Skip to content
Snippets Groups Projects
Commit 587bbc8b authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Little fix

parent 8d0a3a51
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -93,6 +93,8 @@ public class CredentialsEditing implements Serializable {
credentialsInEditing = index;
TapCredentials credentials = getSavedCredentials().get(index);
label = credentials.getLabel();
if (credentials instanceof JoinedCredentials) {
JoinedCredentials joinedCredentials = (JoinedCredentials) credentials;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment