Skip to content
Snippets Groups Projects
Commit ca534369 authored by Chris Hines's avatar Chris Hines
Browse files

fix logout message in line with issue 102

parent 73478af4
No related branches found
No related tags found
3 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!42Dev
Pipeline #9033 canceled
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="heading"><h1>Log out</h1></div> <div class="heading"><h1>Log out</h1></div>
<mat-divider></mat-divider> <mat-divider></mat-divider>
<div>&nbsp;</div> <div>&nbsp;</div>
<p>Log out of Strudel?</p> <p>Are you sure you want to logout from strudel?</p>
<div fxLayoutAlign="space-between start"> <div fxLayoutAlign="space-between start">
<button mat-flat-button color=primary class="big-button" (click)="logout()">Logout</button> <button mat-flat-button color=primary class="big-button" (click)="logout()">Logout</button>
<button mat-flat-button color=primary class="big-button" routerLink="/launch">Cancel</button> <button mat-flat-button color=primary class="big-button" routerLink="/launch">Cancel</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment