mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 12:26:37 +02:00
🐛 Fix github auth without name
This commit is contained in:
parent
c5e872b81d
commit
c356ae6de8
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
(get-email info))]
|
||||
{:backend (:name provider)
|
||||
:email email
|
||||
:fullname (get-name info)
|
||||
:fullname (or (get-name info) email)
|
||||
:props (->> (dissoc info :name :email)
|
||||
(qualify-props provider))}))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue