Commit 67d46228 authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by GitHub

Update sso.js

parent efcd7a09
......@@ -23,6 +23,7 @@ export const handleSSO = (user) => {
}
params.set('external_id', user.id);
params.set('avatar_url', user.avatar);
params.set('avatar_force_update', 'true');
if (!user.active) {
params.set('require_activation', 'true');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment