You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -366,7 +366,7 @@ class User extends Authenticatable implements FilamentUser, HasName
|
||||
}
|
||||
|
||||
$codeIsValid = app(TwoFactorAuthenticationProvider::class)
|
||||
->verify(decrypt($secret), $code);
|
||||
->verify((string) decrypt($secret), $code);
|
||||
|
||||
if (! $codeIsValid) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user