1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated remaining views to 2017 design update.

Also fixed issue with duplicate confirmation email.
This commit is contained in:
Dan Brown
2017-08-26 17:17:04 +01:00
parent 36f524a354
commit 4cb4c9e568
20 changed files with 835 additions and 832 deletions

View File

@ -231,7 +231,6 @@ class RegisterController extends Controller
return redirect('/register/confirm');
}
$this->emailConfirmationService->sendConfirmation($user);
session()->flash('success', trans('auth.email_confirm_resent'));
return redirect('/register/confirm');
}