Skip to content

Commit 18389fc

Browse files
committed
update
1 parent 738b8e6 commit 18389fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Webauthn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public static function enabled(User $user): bool
183183
*/
184184
public static function canRegister(User $user): bool
185185
{
186-
return static::webauthnEnabled() && (! static::enabled($user) || static::check());
186+
return static::webauthnEnabled();
187187
}
188188

189189
/**

0 commit comments

Comments
 (0)