feat: handle basic routes (#1784)
This commit is contained in:
@@ -160,10 +160,6 @@ export const isEmailValid = (email: string): boolean => {
|
||||
return EMAIL_REGEX.test(email)
|
||||
}
|
||||
|
||||
export const getWindowUrlParams = (): URLSearchParams => {
|
||||
return new URLSearchParams(window.location.search)
|
||||
}
|
||||
|
||||
export const openInNewTab = (url: string) => {
|
||||
const newWindow = window.open(url, '_blank', 'noopener,noreferrer')
|
||||
if (newWindow) {
|
||||
|
||||
Reference in New Issue
Block a user