2021-05-27 16:20:40 +01:00
|
|
|
<ion-content class=" bg-blue">
|
|
|
|
|
|
|
|
|
|
<div class="profile-content">
|
2021-05-27 16:49:09 +01:00
|
|
|
|
|
|
|
|
<div class="d-flex justify-space-between align-center">
|
|
|
|
|
<div class="go-back d-flex align-center" (click)="close()">
|
2021-05-28 16:24:37 +01:00
|
|
|
<ion-icon class="icon" src="assets/images/icons-calendar-arrow-left.svg"></ion-icon> <div>Perfil</div>
|
2021-05-27 16:20:40 +01:00
|
|
|
</div>
|
2021-05-27 16:49:09 +01:00
|
|
|
|
2021-07-01 10:10:21 +01:00
|
|
|
<!-- <div class="d-flex " (click)="close()">
|
2021-05-28 16:24:37 +01:00
|
|
|
<ion-icon class="icon" src="assets/images/icons-search-close.svg"></ion-icon>
|
2021-07-01 10:10:21 +01:00
|
|
|
</div> -->
|
2021-05-27 16:49:09 +01:00
|
|
|
</div>
|
2021-05-27 16:20:40 +01:00
|
|
|
|
2021-05-27 16:49:09 +01:00
|
|
|
<div >
|
|
|
|
|
<div class="d-flex align-center">
|
|
|
|
|
<ion-icon class="profile-pic" name="add-circle-outline"></ion-icon>
|
2021-05-27 16:20:40 +01:00
|
|
|
</div>
|
2021-05-27 16:49:09 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="profile-info">
|
|
|
|
|
<div class="label-text">Dados Perfil</div>
|
|
|
|
|
<div class="user-role">{{loggeduser.RoleDescription}}</div>
|
|
|
|
|
<div class="email">{{loggeduser.Email}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="login-preference">
|
|
|
|
|
<div class="preference">Preferência Login</div>
|
|
|
|
|
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col class="align-center d-flex">
|
2021-06-01 11:47:09 +01:00
|
|
|
<div class="d-flex align-center" (click)="LoginPreferenceMethod('pin')">
|
|
|
|
|
<!-- -->
|
|
|
|
|
<ion-checkbox [checked]="userLoginPreference=='pin' " class="checkBox" ></ion-checkbox>
|
2021-05-28 07:52:16 +01:00
|
|
|
PIN
|
2021-05-27 16:49:09 +01:00
|
|
|
</div>
|
2021-05-28 07:52:16 +01:00
|
|
|
|
2021-05-27 16:49:09 +01:00
|
|
|
</ion-col>
|
|
|
|
|
<ion-col class="align-center d-flex">
|
2021-05-28 07:52:16 +01:00
|
|
|
<div (click)="addFingerprint()" class="d-flex align-center">
|
2021-06-01 11:47:09 +01:00
|
|
|
<ion-checkbox class="checkBox" [checked]="false"></ion-checkbox>
|
2021-05-28 07:52:16 +01:00
|
|
|
Impressão Digital
|
|
|
|
|
</div>
|
2021-05-27 16:49:09 +01:00
|
|
|
</ion-col>
|
2021-05-28 07:52:16 +01:00
|
|
|
|
2021-05-27 16:49:09 +01:00
|
|
|
</ion-row>
|
|
|
|
|
|
|
|
|
|
</div>
|
2021-05-27 16:20:40 +01:00
|
|
|
|
2021-05-31 15:10:37 +01:00
|
|
|
<div class="d-flex justify-center mt-10">
|
2021-05-31 15:45:28 +01:00
|
|
|
<ion-buttons slot="start" class="buttonSize" (click)="logout()" >
|
|
|
|
|
<ion-button class="btn-cancel buttonSize" fill="clear" style="background:#ffe0e0;" >
|
2021-05-31 15:10:37 +01:00
|
|
|
<ion-label style="color:#d30a0a;">Terminar sessão</ion-label>
|
|
|
|
|
</ion-button>
|
|
|
|
|
</ion-buttons>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-05-31 15:45:28 +01:00
|
|
|
<div class="d-flex justify-center mt-10">
|
2021-06-01 10:42:14 +01:00
|
|
|
<ion-button (click)="addPin()" class="btn-ok buttonSize" fill="clear" color="#fff" >
|
2021-05-31 15:45:28 +01:00
|
|
|
<ion-label>Alterar PIN</ion-label>
|
|
|
|
|
</ion-button>
|
|
|
|
|
</div>
|
2021-05-27 16:20:40 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
2021-07-01 09:57:01 +01:00
|
|
|
<!-- <ion-footer class=" footer-container ion-no-border bg-blue">
|
2021-05-27 16:20:40 +01:00
|
|
|
|
2021-05-28 16:24:37 +01:00
|
|
|
<div class="d-flex justify-space-between">
|
|
|
|
|
|
|
|
|
|
<ion-buttons slot="start" (click)="close()">
|
|
|
|
|
<ion-button class="btn-cancel" fill="clear" color="#061b52" >
|
|
|
|
|
<ion-label>Cancelar</ion-label>
|
|
|
|
|
</ion-button>
|
|
|
|
|
</ion-buttons>
|
|
|
|
|
<ion-buttons slot="end" (click)="close()">
|
|
|
|
|
<ion-button class="btn-ok" fill="clear" color="#fff" >
|
|
|
|
|
<ion-label>Gravar</ion-label>
|
|
|
|
|
</ion-button>
|
|
|
|
|
</ion-buttons>
|
2021-05-27 16:20:40 +01:00
|
|
|
</div>
|
|
|
|
|
|
2021-07-01 09:57:01 +01:00
|
|
|
</ion-footer> -->
|