Skip to content

Commit f08fede

Browse files
committed
Fix typo
1 parent 70186e5 commit f08fede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authenticator/src/main/java/com/amplifyframework/ui/authenticator/AuthenticatorViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ internal class AuthenticatorViewModel(
414414
return
415415
}
416416

417-
// Use has not selected an auth factor yet.
417+
// User has not selected an auth factor yet.
418418
// We need to keep track of a mutating selection here as `onSelect` may be called multiple times as user
419419
// retries after encountering an error (e.g. incorrect password, passkey error, etc).
420420
var currentUserInfo = info.copy(selectedAuthFactor = null)

0 commit comments

Comments
 (0)