fix
This commit is contained in:
parent
e0c231775c
commit
824df9effd
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def create():
|
||||||
if not ControllerUsers().auth(session['email'], session['password']):
|
if not ControllerUsers().auth(session['email'], session['password']):
|
||||||
return redirect(url_for("account.logout"))
|
return redirect(url_for("account.logout"))
|
||||||
|
|
||||||
user_balance = ControllerBilling().balance_get(session['user_id'])
|
user_balance = ControllerBilling().get(session['user_id'])
|
||||||
user_ssh = ControllerSSHKey(session['user_id'])
|
user_ssh = ControllerSSHKey(session['user_id'])
|
||||||
|
|
||||||
if request.method == "POST":
|
if request.method == "POST":
|
||||||
|
|
Loading…
Add table
Reference in a new issue