Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
5ae80e49
Commit
5ae80e49
authored
Mar 05, 2018
by
Lukas Burgey
Browse files
Display the email no the name on the profile button
parent
e5ea83b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/login/login.component.html
View file @
5ae80e49
...
...
@@ -16,7 +16,7 @@
<mat-icon>
vpn_key
</mat-icon>
</button>
<button
mat-button
(click)=
"dialog.openProfile()"
>
{{ userService.user?.
username
}}
{{ userService.user?.
email
}}
</button>
<button
mat-raised-button
color=
"accent"
(click)=
"userService.logout()"
>
Logout
</button>
</span>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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