🐛 Fix github auth without name

This commit is contained in:
Alejandro Alonso 2022-05-30 15:26:04 +02:00 committed by Andrés Moya
parent c5e872b81d
commit c356ae6de8

View file

@ -119,7 +119,7 @@
(get-email info))] (get-email info))]
{:backend (:name provider) {:backend (:name provider)
:email email :email email
:fullname (get-name info) :fullname (or (get-name info) email)
:props (->> (dissoc info :name :email) :props (->> (dissoc info :name :email)
(qualify-props provider))})) (qualify-props provider))}))