Rename local OAuth2 source (#150403)

This commit is contained in:
Stefan Agner
2025-08-11 10:37:25 +02:00
committed by GitHub
parent 330dce24c5
commit d8b576c087

View File

@@ -155,7 +155,7 @@ class LocalOAuth2Implementation(AbstractOAuth2Implementation):
@property
def name(self) -> str:
"""Name of the implementation."""
return "Configuration.yaml"
return "Local application credentials"
@property
def domain(self) -> str: