Remove references to Android apps
This commit is contained in:
parent
6a31b87c35
commit
8c2ee6a57a
6 changed files with 0 additions and 22 deletions
|
@ -451,13 +451,6 @@ def settings_security(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')
|
||||
|
||||
|
||||
|
||||
@app.post("/dismiss_mobile_tip")
|
||||
def dismiss_mobile_tip():
|
||||
session["tooltip_last_dismissed"] = int(time.time())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue