You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
previously the frontend expected any user to be able to log in as either normal or godmode user. As these entities were separated frontend needs to keep track of the actual godmode user (SYSTEM) being logged in and any user they're currently editing.
this is likely easy to add just by modifying the currentUser selector and isGod selector logic.
The text was updated successfully, but these errors were encountered:
previously the frontend expected any user to be able to log in as either normal or godmode user. As these entities were separated frontend needs to keep track of the actual godmode user (SYSTEM) being logged in and any user they're currently editing.
this is likely easy to add just by modifying the currentUser selector and isGod selector logic.
The text was updated successfully, but these errors were encountered: