Skip to content

Commit a269ef8

Browse files
committed
wip
1 parent 44ccac5 commit a269ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Auth/UserTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ public function twoFactorRecoveryCodesDownloadUrl()
955955

956956
if (
957957
! TwoFactor::enabled()
958-
|| ! $user->hasEnabledTwoFactorAuthentication()
958+
|| ! $user?->hasEnabledTwoFactorAuthentication()
959959
) {
960960
return;
961961
}

0 commit comments

Comments
 (0)