Skip to content

Commit

Permalink
Handle notification when fetching the security key
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazFB committed Oct 24, 2023
1 parent 9d93c7b commit 1486171
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public Notification getNotification(LoginState state) {
case FETCHING_ACCOUNT:
case FETCHING_SETTINGS:
case FETCHING_SITES:
case FETCHING_SECURITY_KEY:
return LoginNotification.progress(this, state.getStep().progressPercent);
case SUCCESS:
return LoginNotification.success(this);
Expand Down

0 comments on commit 1486171

Please sign in to comment.