We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1449320 commit a3af9adCopy full SHA for a3af9ad
1 file changed
src/frontend/src/pages/LoginPage/Login.tsx
@@ -33,7 +33,6 @@ const Login = () => {
33
const pageName: string = queryArgs.get('page')!;
34
queryArgs.delete('page');
35
36
-
37
const intermediatePathValues: string[] = [];
38
for (let valueIdx = 1; queryArgs.has(`value${valueIdx}`); valueIdx++) {
39
// collect all the &valueX=... args, in order, from login query args
0 commit comments