|
|
@ -94,7 +94,7 @@ export class HomeComponent implements OnInit { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (sessionStorage.getItem('isDefaultPassword') == 'true' || sessionStorage.getItem('isPasswordExpired') == 'true') { |
|
|
|
if ((sessionStorage.getItem('isDefaultPassword') == 'true' || sessionStorage.getItem('isPasswordExpired') == 'true') && JSON.parse(sessionStorage.getItem('userdata')).userName != 'admin') { |
|
|
|
this.changePasswordPopup() |
|
|
|
this.changePasswordPopup() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|