Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
feudal
feudalWebpage
Commits
5ae80e49
Commit
5ae80e49
authored
Mar 05, 2018
by
Lukas Burgey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display the email no the name on the profile button
parent
e5ea83b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/login/login.component.html
src/app/login/login.component.html
+1
-1
No files found.
src/app/login/login.component.html
View file @
5ae80e49
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<mat-icon>
vpn_key
</mat-icon>
<mat-icon>
vpn_key
</mat-icon>
</button>
</button>
<button
mat-button
(click)=
"dialog.openProfile()"
>
<button
mat-button
(click)=
"dialog.openProfile()"
>
{{ userService.user?.
username
}}
{{ userService.user?.
email
}}
</button>
</button>
<button
mat-raised-button
color=
"accent"
(click)=
"userService.logout()"
>
Logout
</button>
<button
mat-raised-button
color=
"accent"
(click)=
"userService.logout()"
>
Logout
</button>
</span>
</span>
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