cbv
This commit is contained in:
parent
dde8f99401
commit
cde629cecb
4 changed files with 15 additions and 1 deletions
|
@ -400,4 +400,9 @@ def settings_security(v):
|
|||
return render_template("settings_security.html",
|
||||
v=v,
|
||||
mfa_secret=pyotp.random_base32() if not v.mfa_secret else None
|
||||
)
|
||||
)
|
||||
|
||||
@app.get("/.well-known/assetlinks.json")
|
||||
def googleplayapp():
|
||||
with open("files/assets/assetlinks.json", "r") as f:
|
||||
return Response(f.read(), mimetype='application/json')
|
Loading…
Add table
Add a link
Reference in a new issue