We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Please, correct me if I'm wrong, but I believe here in /backend/app/app/api/deps.py:
def get_current_active_superuser( current_user: models.User = Depends(get_current_user), ) -> models.User:
we must depend on get_current_active_user, not get_current_user to make sure that superuser is active.
The text was updated successfully, but these errors were encountered:
Created pull request #538 to fix
Sorry, something went wrong.
@nsxsnx, were you happy with the updates? Can you close this issue now?
Thank you
🎨 Update email templates styling (#537)
37a221a
No branches or pull requests
Hello,
Please, correct me if I'm wrong, but I believe here in /backend/app/app/api/deps.py:
we must depend on get_current_active_user, not get_current_user to make sure that superuser is active.
The text was updated successfully, but these errors were encountered: