mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
Fix prompt user to upgrade to proton account (#1116)
This commit is contained in:
parent
89062edc06
commit
07b7f40371
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def pricing():
|
|||
"error",
|
||||
)
|
||||
return redirect(url_for("dashboard.index"))
|
||||
proton_upgrade = partner_user.id == get_proton_partner().id
|
||||
proton_upgrade = partner_user.partner_id == get_proton_partner().id
|
||||
|
||||
return render_template(
|
||||
"dashboard/pricing.html",
|
||||
|
|
Loading…
Reference in a new issue