ソースを参照

Update login.py (#15320)

tags/1.0.1
albcunha 7ヶ月前
コミット
87efd4ab84
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      api/libs/login.py

+ 1
- 1
api/libs/login.py ファイルの表示

@@ -77,7 +77,7 @@ def login_required(func):
)
if tenant_account_join:
tenant, ta = tenant_account_join
account = Account.query.filter_by(id=ta.account_id).first()
account = db.session.query(Account).filter_by(id=ta.account_id).first()
# Login admin
if account:
account.current_tenant = tenant

読み込み中…
キャンセル
保存