File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ export default function App() {
84
84
< Route path = "/privacy-notice" element = { < PrivacyNotice /> } />
85
85
< Route path = "/signin_callback" element = { < OAuthSignin /> } />
86
86
< Route
87
- exact
88
87
path = "/"
89
88
element = {
90
89
< RequireAuth >
@@ -117,7 +116,6 @@ export default function App() {
117
116
}
118
117
/>
119
118
< Route
120
- exact
121
119
path = "/launch"
122
120
element = {
123
121
< RequireAuth >
@@ -126,7 +124,6 @@ export default function App() {
126
124
}
127
125
/>
128
126
< Route
129
- exact
130
127
path = "/launcher-badge"
131
128
element = {
132
129
< RequireAuth >
@@ -135,7 +132,7 @@ export default function App() {
135
132
}
136
133
/>
137
134
< Route
138
- path = "/ "
135
+ path = "* "
139
136
element = {
140
137
< RequireAuth >
141
138
< NotFound />
You can’t perform that action at this time.
0 commit comments