summaryrefslogtreecommitdiff
path: root/views/register.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:16:26 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:19:04 +0100
commit5980e63de0d71f2168d4c234312f1e3d6ab23d8c (patch)
tree365382c1a6c06dd7869f6c7480d8dad4631c65e1 /views/register.handlebars
parentc52e51fe5dcc22bed5671d3931c76c47130d3da5 (diff)
Remove unused Handlebars files
Diffstat (limited to 'views/register.handlebars')
-rwxr-xr-xviews/register.handlebars15
1 files changed, 0 insertions, 15 deletions
diff --git a/views/register.handlebars b/views/register.handlebars
deleted file mode 100755
index 1e097c1..0000000
--- a/views/register.handlebars
+++ /dev/null
@@ -1,15 +0,0 @@
-<div class="form-group row">
- <label for="email" class="col-sm-2 col-form-label">Email address</label>
- <div class="form-group col-sm-10">
- <input type="email" class="form-control" id="email" name="email" placeholder="We will never spam you or share your email." value="{{data.email}}" data-validation="{{#unless isPublic}}required{{/unless}} email" {{#if isPublic}}data-validation-optional="true"{{/if}}>
- </div>
- </div>
- <div class="form-group row">
- <label for="password" class="col-sm-2 col-form-label">Password</label>
- <div class="form-group col-sm-10">
- <input type="password" class="form-control" id="password" name="password" placeholder="Don't forget it!" {{#unless isPublic}}data-validation="required"{{/unless}}>
- </div>
- <div class="form-group col-sm-10 offset-sm-2">
- <div class="" id="passwordStrengthBar"></div>
- </div>
- </div> \ No newline at end of file