mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
refactor(auth): remove login retry with $sanitize (#3923)
* refactor(auth): remove update-password view * refactor(auth): remove auth retry with $sanitize
This commit is contained in:
parent
7c3b83f6e5
commit
0b6dbec305
5 changed files with 3 additions and 161 deletions
|
@ -25,8 +25,8 @@
|
|||
<div
|
||||
id="page-wrapper"
|
||||
ng-class="{
|
||||
open: toggle && ['portainer.auth', 'portainer.updatePassword', 'portainer.init.admin', 'portainer.init.endpoint'].indexOf($state.current.name) === -1,
|
||||
nopadding: ['portainer.auth', 'portainer.updatePassword', 'portainer.init.admin', 'portainer.init.endpoint'].indexOf($state.current.name) > -1 || applicationState.loading
|
||||
open: toggle && ['portainer.auth', 'portainer.init.admin', 'portainer.init.endpoint'].indexOf($state.current.name) === -1,
|
||||
nopadding: ['portainer.auth', 'portainer.init.admin', 'portainer.init.endpoint'].indexOf($state.current.name) > -1 || applicationState.loading
|
||||
}"
|
||||
ng-cloak
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue