Commit eb4e27e
committed
feat(portal): improve token handling and add 404 page
- Preserve URL path when processing tokens instead of always redirecting to root
- Add NotFound component for better UX on invalid routes
- Enable proper deep linking to portal routes like /new and /destinations/{id}
This allows external applications to redirect users to specific portal pages
while maintaining authentication flow.1 parent a67bac3 commit eb4e27e
1 file changed
+35
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
21 | 50 | | |
22 | 51 | | |
23 | 52 | | |
| |||
72 | 101 | | |
73 | 102 | | |
74 | 103 | | |
| 104 | + | |
75 | 105 | | |
76 | 106 | | |
77 | 107 | | |
| |||
108 | 138 | | |
109 | 139 | | |
110 | 140 | | |
111 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
112 | 145 | | |
113 | 146 | | |
114 | 147 | | |
| |||
0 commit comments