Possibility to configure an OpenID Connect provider on the instance level WIP (#128)
Get avatar from remote service.
This commit is contained in:
@ -72,7 +72,10 @@ async function initOIDCRouter (options: RegisterServerOptions): Promise<Router>
|
||||
externalAccountInfos,
|
||||
{
|
||||
password: '**removed**', // removing the password from logs!
|
||||
token: '**removed**' // same as password
|
||||
token: '**removed**', // same as password
|
||||
avatar: externalAccountInfos.avatar
|
||||
? `**removed** ${externalAccountInfos.avatar.mimetype} avatar`
|
||||
: undefined
|
||||
}
|
||||
)
|
||||
))
|
||||
|
Reference in New Issue
Block a user