Skip to content

Commit 7cf09e3

Browse files
authored
Add AuthProviderInfo.display_name (#102)
1 parent ca7f6e9 commit 7cf09e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pocketbase/services/record_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def is_valid(self) -> bool:
2828
@dataclass
2929
class AuthProviderInfo:
3030
name: str
31+
display_name: str
3132
state: str
3233
code_verifier: str
3334
code_challenge: str

0 commit comments

Comments
 (0)