File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
source/app/blueprints/rest/v2/auth Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2626from app import db
2727from app import oidc_client
2828from app .blueprints .access_controls import is_authentication_ldap
29- from app .blueprints .access_controls import is_authentication_oidc , \
30- not_authenticated_redirection_url
29+ from app .blueprints .access_controls import is_authentication_oidc
30+ from app . blueprints . access_controls import not_authenticated_redirection_url
3131from app .blueprints .rest .endpoints import response_api_error
3232from app .blueprints .rest .endpoints import response_api_success
3333from app .business .auth import validate_ldap_login , validate_local_login
3434from app .iris_engine .utils .tracker import track_activity
35- from app .models .authorization import User
3635from app .schema .marshables import UserSchema
3736
3837
You can’t perform that action at this time.
0 commit comments