Commit c9b8ad1
committed
fix(FR-2522): trim whitespace from login email/username field
Add .trim() to user_id value in connectUsingSession to match
the existing behavior in connectUsingAPI. This regression was
introduced during the Lit component removal migration.
Resolves #6597(FR-2522)1 parent 81acb9a commit c9b8ad1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
0 commit comments