mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Added tests for confirmed registration
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
|
||||
<hr class="margin-top large">
|
||||
|
||||
@if($currentUser->id === $user->id)
|
||||
@if($currentUser->id === $user->id && count($activeSocialDrivers) > 0)
|
||||
<h3>Social Accounts</h3>
|
||||
<p class="text-muted">
|
||||
Here you can connect your other accounts for quicker and easier login. <br>
|
||||
|
Reference in New Issue
Block a user