소스 검색

Update login.py (#15320)

tags/1.0.1
albcunha 7 달 전
부모
커밋
87efd4ab84
No account linked to committer's email address
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

Loading…
취소
저장