Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Match token login name by UID or e-mail address
With this changes the login name gets matched against the token user's e-mail address in addition to the login name. This fixes the web login flow of the app, where the session is based on the e-mail address but the token uses the UID. Fixes #44164
- Loading branch information