Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Aug 15, 2024
1 parent 2058d97 commit 7d85541
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public static Login2FaFragment newInstance(String emailAddress, String password,
String userId, String webauthnNonce,
String authenticatorNonce, String backupNonce,
String smsNonce, List<String> authTypes) {
boolean supportsWebauthn = webauthnNonce != null && !webauthnNonce.isEmpty();
Login2FaFragment fragment = new Login2FaFragment();
Bundle args = new Bundle();
args.putString(ARG_EMAIL_ADDRESS, emailAddress);
Expand Down

0 comments on commit 7d85541

Please sign in to comment.