sources/oauth: fix type lookup for openid not matching
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -163,7 +163,7 @@ class AzureADOAuthSource(OAuthSource):
|
|||||||
verbose_name_plural = _("Azure AD OAuth Sources")
|
verbose_name_plural = _("Azure AD OAuth Sources")
|
||||||
|
|
||||||
|
|
||||||
class OpenIDOAuthSource(OAuthSource):
|
class OpenIDConnectOAuthSource(OAuthSource):
|
||||||
"""Login using a Generic OpenID-Connect compliant provider."""
|
"""Login using a Generic OpenID-Connect compliant provider."""
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
Reference in New Issue
Block a user