mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
remove create random email button
This commit is contained in:
parent
7f6267cc4a
commit
6d21343748
1 changed files with 1 additions and 6 deletions
|
@ -26,14 +26,9 @@
|
|||
|
||||
<div class="col-lg-3 offset-lg-6 pr-0 mt-1">
|
||||
<div class="btn-group float-right" role="group">
|
||||
<form method="post" style="margin-right: 10px">
|
||||
<input type="hidden" name="form-name" value="create-random-email">
|
||||
<button class="btn btn-success">Random alias</button>
|
||||
</form>
|
||||
|
||||
<form method="post">
|
||||
<input type="hidden" name="form-name" value="create-custom-email">
|
||||
<button class="btn btn-primary">Custom alias</button>
|
||||
<button class="btn btn-primary">Create Email Alias</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue