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
I've noticed that the code in SessionController checks for .EndsWith("!App") which is incorrect, because the app name can differ.
Maybe a check for .Contains('!') is plenty enough, but maybe I'm missing something.