Commit c618f35
authored
feat(cells): Remove the legacy org invite route (#112634)
- removes the old /accept/:memberId/:token/ route. The component now
only mounts via the org-scoped /accept/:orgId/:memberId/:token/ route
- this is safe now because
#112513 added a redirect that
ensures the old route is never hit anymore
- the react component is also simplified as it no longer has to handle
the case where an org is not present1 parent b7e8d18 commit c618f35
File tree
3 files changed
+18
-29
lines changed- static/app
- router
- views/acceptOrganizationInvite
3 files changed
+18
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 160 | | |
165 | 161 | | |
166 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
| 207 | + | |
210 | 208 | | |
211 | 209 | | |
212 | 210 | | |
213 | 211 | | |
214 | 212 | | |
215 | 213 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
231 | 223 | | |
232 | 224 | | |
233 | 225 | | |
| |||
241 | 233 | | |
242 | 234 | | |
243 | 235 | | |
244 | | - | |
245 | | - | |
246 | | - | |
| 236 | + | |
247 | 237 | | |
248 | 238 | | |
249 | 239 | | |
| |||
273 | 263 | | |
274 | 264 | | |
275 | 265 | | |
276 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
277 | 270 | | |
278 | 271 | | |
279 | 272 | | |
| |||
0 commit comments