Skip to content
Snippets Groups Projects
Commit e97fa144 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand Committed by Neda Moeini
Browse files

fix docs linting error

parent a101cfe9
No related branches found
No related tags found
1 merge request!198add client_id to the user_info sent to opa
Pipeline #86212 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