This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add support for handling avatar with SSO login #13917
add support for handling avatar with SSO login #13917
Changes from 20 commits
6c67c5a
0fd47d1
546ea47
4d74943
d7285f7
f1767d2
670237c
879f8ad
c6de28d
93662ee
586170d
6915096
25d2594
b343a43
07cbe39
f4c1d39
1594a3f
3a18057
06bbd44
93ffe6a
e432b53
669c7b0
f5379ed
fb823f5
b51b4f8
adf0640
225be62
dfd26f0
11ff1b4
1592d43
c15e873
c0861f8
7ff3320
70d3cb5
5271480
e691a91
7101fc0
2d46136
b034ee3
6d370b7
e2cc4bf
966edfd
19a417d
ef9af82
0714752
ecdfe1a
465bade
2f1819c
006800f
4a78052
b1b0a91
b710023
f118e8b
751855c
1ef48dd
f815f3b
fe8e1ba
a973e75
7e165f4
2da03c2
7a29b06
4ebb1db
104eef8
1e87ac4
0526ec2
68eaef7
49937c8
5542a0f
d00385c
a81b0f7
9a89e9f
00af833
1a37d82
8746b66
5ac6092
81d834b
b32c2f7
a14eea5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UserAttributeDict
says thatpicture
is anOptional[str]
. Why use an empty string as a fallback instead ofNone
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason, just an oversight.