V2
This commit is contained in:
9
app/assets/templates/frontend/lock-screen.html.haml
Normal file
9
app/assets/templates/frontend/lock-screen.html.haml
Normal file
@@ -0,0 +1,9 @@
|
||||
#lock-screen
|
||||
.content
|
||||
%h3.center-align Passcode Required
|
||||
|
||||
%form.mt-20{"ng-submit" => "submitPasscodeForm()"}
|
||||
%input.form-control.mt-10{:type => 'password',
|
||||
"ng-model" => "formData.passcode", "autofocus" => "true",
|
||||
"placeholder" => "Enter Passcode", "autocomplete" => "new-password"}
|
||||
%button.standard.ui-button.block.tinted.mt-5{"type" => "submit"} Unlock
|
||||
Reference in New Issue
Block a user