Enhancements to user switch

This commit is contained in:
Deon George
2018-07-13 14:39:10 +10:00
parent b0fcdaa375
commit ac867a2526
5 changed files with 49 additions and 21 deletions

View File

@@ -10,7 +10,7 @@
<div id="app" v-cloak>
<div class="register-box">
<div class="register-logo">
<a href="{{ url('/home') }}"><b>Pipeline</b>Management</a>
<a href="{{ url('/home') }}">{!! config('app.name_html_long') !!}</a>
</div>
@if (count($errors) > 0)