sources/oauth: don't set username on google source
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
f7fd31cc84
commit
b7d828702d
|
@ -23,7 +23,6 @@ class GoogleOAuth2Callback(OAuthCallback):
|
|||
info: dict[str, Any],
|
||||
) -> dict[str, Any]:
|
||||
return {
|
||||
"username": info.get("email"),
|
||||
"email": info.get("email"),
|
||||
"name": info.get("name"),
|
||||
}
|
||||
|
|
Reference in New Issue