mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update middleware
This commit is contained in:
parent
0e892bb3fd
commit
e6d9437846
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class EmailVerificationCheck
|
||||||
is_null($request->user()->email_verified_at) &&
|
is_null($request->user()->email_verified_at) &&
|
||||||
!$request->is(
|
!$request->is(
|
||||||
'i/auth/*',
|
'i/auth/*',
|
||||||
'i/verify-email',
|
'i/verify-email*',
|
||||||
'log*',
|
'log*',
|
||||||
'site*',
|
'site*',
|
||||||
'i/confirm-email/*',
|
'i/confirm-email/*',
|
||||||
|
|
Loading…
Reference in a new issue