hedgedoc/lib
Erik Michelson 6e983ba5dc
Use libravatar image if email address is defined
We use the attribute `emails` (plural) for email addresses with other auth providers like LDAP or SAML. In case of OAuth2 we used the attribute `email` (singular) which resulted in problems.
Furthermore the OAuth2 strategy fell into the default fallback of the provider switch statement. This statement did not check email addresses but did generate the letter-avatar instantly.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2022-01-07 14:01:32 +01:00
..
config
migrations
models Use libravatar image if email address is defined 2022-01-07 14:01:32 +01:00
ot
web Use libravatar image if email address is defined 2022-01-07 14:01:32 +01:00
workers
csp.js
errors.js
history.js
letter-avatars.js
logger.js
prometheus.js
realtime.js
response.js Don't throw error if gitlab response is not okay-ish 2021-10-29 20:57:20 +02:00
utils.js