Privs remember me for wip

This commit is contained in:
Mo Bitar
2018-11-15 14:41:04 -06:00
parent bb8140d89c
commit fb6b5fa983
5 changed files with 100 additions and 6 deletions

View File

@@ -12,6 +12,12 @@
%p {{promptForCredential(credential)}}
%input{"type" => "password", "ng-model" => "authenticationParameters[credential]"}
%label.danger{"ng-if" => "isCredentialInFailureState(credential)"} Invalid authentication. Please try again.
.panel-row
.horizontal-group
%h4 Remember for
%a.info{"ng-repeat" => "option in sessionLengthOptions", "ng-click" => "selectSessionLength(option.value)",
"ng-class" => "{'info boxed' : option.value == selectedSessionLength}"}
{{option.label}}
.footer
.button.info.big.block.bold{"ng-click" => "submit()"} Submit