mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 01:40:38 +01:00
cancel is handled the same way as "deny"
This commit is contained in:
parent
ef807bf293
commit
63183b7104
1 changed files with 3 additions and 3 deletions
|
@ -157,9 +157,9 @@
|
||||||
class="btn btn-success">Allow
|
class="btn btn-success">Allow
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a class="btn btn-light" href="javascript:history.back()">
|
<button type="submit" name="button" value="deny"
|
||||||
Cancel
|
class="btn btn-light">Cancel
|
||||||
</a>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue