1
0
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:
Dan Brown
2015-09-21 20:54:11 +01:00
parent e8dd7fda1f
commit 1b736ac045
7 changed files with 96 additions and 12 deletions

View File

@ -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>