First set Admin PIN, then PIN to prevent Gnuk from going into 'admin less mode'
This commit is contained in:
@@ -209,6 +209,10 @@ public class SecurityTokenConnection {
|
||||
}
|
||||
}
|
||||
|
||||
public void resetPw3Validation() {
|
||||
mPw3Validated = false;
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
void determineTokenType() throws IOException {
|
||||
tokenType = mTransport.getTokenTypeIfAvailable();
|
||||
|
||||
Reference in New Issue
Block a user