Commit 26e367f
[MBL-19940][Student] Fix users being logged out in multi-view mode
When entering split-screen/multi-window mode, the app fetched environment
feature flags with shouldIgnoreToken = true, which caused the auth system
to invalidate the session and log the user out. Removing that flag ensures
the request is made with the proper auth token.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9ecc1dc commit 26e367f
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments