Skip to content
Snippets Groups Projects
Commit 3f62c8dd authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

fix docs linting error

parent 5d81ffe5
No related branches found
No related tags found
No related merge requests found
Pipeline #86204 passed
...@@ -94,7 +94,7 @@ class OIDCUserModel(dict): ...@@ -94,7 +94,7 @@ class OIDCUserModel(dict):
@property @property
def client_id(self) -> str: def client_id(self) -> str:
"""Return the client_id.""" """Return the client id."""
return self.get("client_id") or "" return self.get("client_id") or ""
@property @property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment