mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -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" >
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -41,6 +41,7 @@ export class ProfilePage implements OnInit {
|
||||
notImplemented(){}
|
||||
|
||||
logout() {
|
||||
alert('LOGOUT')
|
||||
// clear local storage
|
||||
window.localStorage.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user