Skip to content

Commit

Permalink
Merge branch 'master' into fix/include-swagger-static
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Oct 11, 2023
2 parents 0a4db4b + f339882 commit 5b023d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flask_appbuilder/security/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ class AuthOAuthView(AuthView):

@expose("/login/")
@expose("/login/<provider>")
@expose("/login/<provider>/<register>")
def login(self, provider: Optional[str] = None) -> WerkzeugResponse:
log.debug("Provider: %s", provider)
if g.user is not None and g.user.is_authenticated:
Expand Down

0 comments on commit 5b023d8

Please sign in to comment.