mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 01:42:54 +08:00
small fix
This commit is contained in:
parent
8e7f5e56d6
commit
da8b110839
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
<form method="post">
|
||||
<div class="row mb-2">
|
||||
<div class="col-sm-6 pr-1 mb-1" style="min-width: 5em">
|
||||
<input name="prefix" class="form-control"#}
|
||||
<input name="prefix" class="form-control"
|
||||
type="text"
|
||||
pattern="[0-9a-z-_]{1,}"
|
||||
title="Only lowercase letter, number, dash (-), underscore (_) can be used in alias prefix."
|
||||
placeholder="email alias"
|
||||
|
|
Loading…
Reference in a new issue