This commit is contained in:
tiago.kayaya
2021-07-30 16:11:29 +01:00
parent 069479e158
commit be465dc952
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
<div class="d-flex mt-10 width-100">
<ion-buttons slot="start" class="buttonSize" >
<button (click)="logout()" class="btn-delete" fill="clear" style="background:#ffe0e0;" >
<button (click)="logout()" class="btn-delete" fill="clear" >
<ion-label style="color:#d30a0a;">Terminar sessão</ion-label>
</button>
<button (click)="editProfile()" class="btn-cancel" fill="clear" color="#fff" >
+2
View File
@@ -45,9 +45,11 @@
}
.btn-delete{
background:#ffe0e0 !important;
width: 40% !important;
margin-left: 0 !important;
}
.btn-cancel{
width: 40% !important;
margin-right: 0 !important;
+1
View File
@@ -41,6 +41,7 @@ export class ProfilePage implements OnInit {
notImplemented(){}
logout() {
alert('LOGOUT')
// clear local storage
window.localStorage.clear();