setup-your-mac / Setup-Your-Mac

Setup Your Mac aims to simplify initial device configuration by leveraging swiftDialog and Jamf Pro Policy Custom Events to allow end-users to self-complete Mac setup post-enrollment.
https://snelson.us/sym
MIT License
246 stars 54 forks source link

Allow "first name" to correctly handle names in "Lastname, Firstname" format #11

Closed meschwartz closed 1 year ago

meschwartz commented 1 year ago

Updates the loggedInUserFirstname variable to handle fullnames in both formats: "Firstname Lastname" and "Lastname, Firstname"

dan-snelson commented 1 year ago

Thanks, @meschwartz!