Skip to content

Commit dda1e2d

Browse files
committed
feat: rename setIsSmartLockEnabled to setCredentialManagerEnabled
1 parent 3a1568b commit dda1e2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

auth/src/main/java/com/firebase/ui/auth/AuthUI.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,10 +1250,9 @@ public T setDefaultProvider(@Nullable IdpConfig config) {
12501250
}
12511251

12521252
/**
1253-
* Enables or disables the use of Smart Lock for Passwords credential selector and hint
1254-
* selector.
1253+
* Enables or disables the use of Credential Manager for Passwords credential selector
12551254
* <p>
1256-
* <p>Both selectors are enabled by default.
1255+
* <p>Is enabled by default.
12571256
*
12581257
* @param enableCredentials enables credential selector before signup
12591258
*/

0 commit comments

Comments
 (0)