mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fix
This commit is contained in:
@@ -546,7 +546,7 @@ export class CreateProcessPage implements OnInit {
|
||||
taskParticipants: this.taskParticipants,
|
||||
taskParticipantsCc: this.taskParticipantsCc
|
||||
},
|
||||
cssClass: 'attendee',
|
||||
cssClass: 'attendee modal-desktop',
|
||||
backdropDismiss: false
|
||||
});
|
||||
|
||||
|
||||
@@ -213,7 +213,6 @@ export class ProfilePage implements OnInit {
|
||||
|
||||
logout() {
|
||||
SessionStore.setInativity(false)
|
||||
window['inactivity/function']()
|
||||
|
||||
setTimeout(() => {
|
||||
this.router.navigate(['/inactivity']);
|
||||
|
||||
Reference in New Issue
Block a user