Fix stacking query parameter
Compare changes
- karp authored
Multiple clicks on the login button added the next query parameter again. Added logic to add the query parameter only once.
@@ -60,7 +63,7 @@ export const Nav = {
Multiple clicks on the login button added the next query parameter again.
Added logic to add the query parameter only once.
Closes #24 (closed)
Multiple clicks on the login button added the next query parameter again. Added logic to add the query parameter only once.