51 lines
1.6 KiB
HTML
51 lines
1.6 KiB
HTML
<ion-header mode="ios" class="ion-no-border">
|
|
<ion-toolbar>
|
|
<ion-buttons slot="start" (click)="onBack()">
|
|
<ion-button>
|
|
<ion-icon name="arrow-back-outline"></ion-icon>
|
|
</ion-button>
|
|
</ion-buttons>
|
|
<ion-title>Security</ion-title>
|
|
</ion-toolbar>
|
|
</ion-header>
|
|
|
|
<ion-content class="ion-padding">
|
|
<div class="flex">
|
|
<ion-label>Alert me on multiple login trial</ion-label>
|
|
<ion-toggle slot="end" name="grape" color="tertiary"></ion-toggle>
|
|
</div>
|
|
|
|
<!-- <div class="flex">-->
|
|
<!-- <ion-label>Remember me</ion-label>-->
|
|
<!-- <ion-toggle slot="end" name="grape" color="tertiary" checked></ion-toggle>-->
|
|
<!-- </div>-->
|
|
|
|
<!-- <div class="flex">-->
|
|
<!-- <ion-label>Touch ID</ion-label>-->
|
|
<!-- <ion-toggle slot="end" name="grape" color="tertiary" checked></ion-toggle>-->
|
|
<!-- </div>-->
|
|
|
|
<!-- <div class="flex">-->
|
|
<!-- <ion-label>Google Authenticator</ion-label>-->
|
|
<!-- <ion-icon name="chevron-forward-outline"></ion-icon>-->
|
|
<!-- </div>-->
|
|
|
|
<ion-button expand="full" class="add_button" shape="round">
|
|
Change Password
|
|
</ion-button>
|
|
|
|
<ion-card color="warning">
|
|
<ion-card-header>
|
|
<ion-card-title>Disable Account</ion-card-title>
|
|
<!-- <ion-card-subtitle>Card Subtitle</ion-card-subtitle>-->
|
|
</ion-card-header>
|
|
|
|
<ion-card-content>
|
|
WrenchBoard fully complies with your data ownership and will remove your account anytime at your request. Please note when completed, it is not reversible.
|
|
</ion-card-content>
|
|
|
|
<ion-button fill="clear">Help</ion-button>
|
|
<ion-button fill="clear" (click)="requestDelete()">Confirm Disable</ion-button>
|
|
</ion-card>
|
|
</ion-content>
|