fix: auth redirection issue fixes when user is logged in (#2499)
* fix: auth redirection issues * fix: redirect flickering fix * chore: sign in page ui improvement and redirection fix (#2501) * style: sign in page ui improvement * chore: sign up redirection added and ui improvement * chore: redirection validation and create workspace form fix (#2504) * chore: sign in redirection validation * fix: create workspace form input fix * chore: code refactor --------- Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
This commit is contained in:
parent
d78b4dccf3
commit
9f1fd2327a
13 changed files with 99 additions and 52 deletions
|
|
@ -14,7 +14,7 @@ export const LayersIcon: React.FC<ISvgIcons> = ({
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
{...rest}
|
||||
>
|
||||
<g clip-path="url(#clip0_7258_81938)">
|
||||
<g clipPath="url(#clip0_7258_81938)">
|
||||
<path
|
||||
d="M16.5953 6.69606L16.6072 5.17376L6.85812 8.92381L6.85812 19.4238L9.00319 18.6961"
|
||||
strokeLinecap="round"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue