sources/oauth: fix type lookup for openid not matching

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-14 14:38:35 +02:00
parent ba6849f29c
commit 3ddf2d6f85
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class AzureADOAuthSource(OAuthSource):
verbose_name_plural = _("Azure AD OAuth Sources")
class OpenIDOAuthSource(OAuthSource):
class OpenIDConnectOAuthSource(OAuthSource):
"""Login using a Generic OpenID-Connect compliant provider."""
class Meta: