Fix auth user path config

This commit is contained in:
Joseph Cohen
2015-01-01 19:37:36 -06:00
parent d4be91175a
commit f8f652514e
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ return [
|
*/
'model' => 'User',
'model' => 'CachetHQ\Cachet\Models\User',
/*
|--------------------------------------------------------------------------

View File

@@ -11,7 +11,7 @@
<legend>{{ trans('cachet.login_message') }}</legend>
@if(Session::has('error'))
<span class='text-danger'>{{ Session::get('error') }}</span>
<p class='text-danger'>{{ Session::get('error') }}</p>
@endif
<div class='form-group'>