feat: refactor registration page

This commit is contained in:
Zainab Amir
2022-12-02 13:53:14 +05:00
committed by Zainab Amir
parent a6c282520a
commit 85fbc54384
42 changed files with 1683 additions and 1990 deletions

View File

@@ -49,7 +49,7 @@ export const updatePathWithQueryParams = (path) => {
return `${path}${queryParams}`;
};
export const getAllPossibleQueryParam = () => {
export const getAllPossibleQueryParams = () => {
const urlParams = QueryString.parse(window.location.search);
const params = {};
Object.entries(urlParams).forEach(([key, value]) => {