Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simlitabmas
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Farendi Giotivano R.P
simlitabmas
Commits
813c8626
Commit
813c8626
authored
4 years ago
by
Muhammad Iskandar Java
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login sso
parent
99ab1d8b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
app/Models/User.php
+2
-0
resources/views/layouts/master.blade.php
+1
-1
No files found.
app/Models/User.php
View file @
813c8626
...
...
@@ -17,6 +17,8 @@ class User extends Authenticatable
use
Notifiable
;
use
TwoFactorAuthenticatable
;
public
$incrementing
=
false
;
/**
* The attributes that are mass assignable.
*
...
...
This diff is collapsed.
Click to expand it.
resources/views/layouts/master.blade.php
View file @
813c8626
...
...
@@ -39,7 +39,7 @@
<div
class=
"media"
>
<img
src=
"{{ url('theme/assets/img/90x90.jpg') }}"
class=
"img-fluid"
alt=
"admin-profile"
>
<div
class=
"media-body align-self-center"
>
<h6><span>
Hi,
</span>
Alan
</h6>
<h6><span>
Hi,
</span>
{{ Auth::user()->name }}
</h6>
</div>
</div>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"2"
stroke-linecap=
"round"
stroke-linejoin=
"round"
class=
"feather feather-chevron-down"
><polyline
points=
"6 9 12 15 18 9"
></polyline></svg>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment