sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.15k stars 209 forks source link

sign up discards "role" if you use single sign on #7489

Closed williamstein closed 4 months ago

williamstein commented 4 months ago

The current sign up page has a new "Select at least one role:" selector:

image

However, there's a MAJOR bug in that if after selecting roles you click on a single sign on box, then the roles are just completely discarded.

haraldschilly commented 4 months ago

Maybe the selection can be temporarily stored in a cookie and picked up and deleted when the callback happens. That's at least my first idea.