mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-25 16:33:57 +01:00
Small fixes
This commit is contained in:
parent
bf1e494318
commit
6ddf008b1f
|
@ -84,7 +84,7 @@ def create_app() -> flask.Flask:
|
|||
|
||||
data = json.load(open('data/tos.json', encoding='utf8'))
|
||||
del data[code]
|
||||
json.dump(secrets, open('data/tos.json', 'w', encoding='utf8'))
|
||||
json.dump(data, open('data/tos.json', 'w', encoding='utf8'))
|
||||
|
||||
return 'Removed.', 204
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
{% if verify %}
|
||||
<p>
|
||||
Because you just ran <code>/key</code>:
|
||||
Because you just ran <code>/credentials</code>:
|
||||
<b>
|
||||
If you accept both the privacy policy and terms of service, answer with the emoji below .
|
||||
<i>Tip: you can use the search feature to find the emoji more quickly.</i>
|
||||
|
|
Loading…
Reference in a new issue