fix error in account deletion in rdrama

master
Aevann 2024-11-15 16:50:38 +02:00
parent c825beb305
commit 02e89d707f
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ def settings_delete_account(v):
g.db.add(account_deletion)
if not FEATURES['ACCOUNT_DELETION']:
return redirect(f"{SITE_FULL_IMAGES}/i/mrburns.webp")
return redirect(f"{SITE_FULL}/i/mrburns.webp") #dont use SITE_FULL_IMAGES here, it breaks CSP
v.login_nonce += 1
g.db.add(v)