Fix for terms
This commit is contained in:
parent
deda9b488b
commit
98f29249fd
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@
|
|||
@include('partials.sign_up')
|
||||
@include('partials.keyboard_shortcuts')
|
||||
|
||||
@if (auth()->check() && ! auth()->user()->hasAcceptedLatestTerms())
|
||||
@if (auth()->check() && auth()->user()->registered && ! auth()->user()->hasAcceptedLatestTerms())
|
||||
@include('partials.accept_terms')
|
||||
@endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue