24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
#lock-screen.sn-component
|
|
.panel
|
|
.header
|
|
%h1.title Passcode Required
|
|
.content
|
|
.panel-section
|
|
%form.panel-form.panel-row{"ng-submit" => "submitPasscodeForm()"}
|
|
.panel-column.stretch
|
|
%input.panel-row{:type => 'password',
|
|
"ng-model" => "formData.passcode", "autofocus" => "true", "sn-autofocus" => "true", "should-focus" => "true",
|
|
"placeholder" => "Enter Passcode", "autocomplete" => "new-password"}
|
|
.button-group.stretch.panel-row.form-submit
|
|
%button.button.info{"type" => "submit"}
|
|
.label Unlock
|
|
|
|
#passcode-reset
|
|
%a.default{"ng-if" => "!formData.showRecovery", "ng-click" => "forgotPasscode()"} Forgot Passcode?
|
|
|
|
%div{"ng-if" => "formData.showRecovery"}
|
|
%p
|
|
If you forgot your local passcode, your only option is to clear all your local data from this device
|
|
and sign back in to your account.
|
|
%a.danger{"ng-click" => "beginDeleteData()"} Delete Local Data
|