Commit 0638e66
authored
fix(webapp): incorrect user domain parsing for UPN format (#1431)
Fix username parsing logic to correctly handle UPN and down-level
formats.
Only splits DOMAIN\user format; preserves user@domain.com as-is.
Issue: DGW-2971 parent ba8c4c2 commit 0638e66
1 file changed
Lines changed: 1 addition & 4 deletions
File tree
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
0 commit comments