Skip to content

Commit dbbc67f

Browse files
SUPERCILEXsamtstern
authored andcommitted
Document SmartLock enabled by default. (#288)
1 parent 8a7a308 commit dbbc67f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ public SignInIntentBuilder setProviders(@NonNull String... providers) {
409409

410410
/**
411411
* Enables or disables the use of Smart Lock for Passwords in the sign in flow.
412+
*
413+
* <p>SmartLock is enabled by default
412414
*/
413415
public SignInIntentBuilder setIsSmartLockEnabled(boolean enabled) {
414416
mIsSmartLockEnabled = enabled;

0 commit comments

Comments
 (0)