fix(SW-360): remove uneeded code
This commit is contained in:
@@ -17,11 +17,3 @@ export const signupVerify: LangRoute = {
|
||||
da: `${signup.da}/bekraeft`,
|
||||
de: `${signup.de}/verifizieren`,
|
||||
}
|
||||
|
||||
export const isSignupPage = (path: string): boolean => {
|
||||
return Object.values(signup).includes(path)
|
||||
}
|
||||
|
||||
export const isSignupVerifyPage = (path: string): boolean => {
|
||||
return Object.values(signupVerify).includes(path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user