You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return<Linkto={`${cluster.id}/set-password`}className="text-sm text-nowrap"aria-label={`Set Password on ${cluster.name}`}title={`Set Password on ${cluster.name}`}>
28
-
<spanclassName="py-2 hover:border-b-2">
29
-
Set Password<ArrowRightclassName="inline-block"/>
30
-
</span>
28
+
return<Linkto={`/${cluster.organizationId}/${cluster.id}/finish-setup`}className="text-sm text-nowrap"aria-label={`Set Password on ${cluster.name}`}title={`Set Password on ${cluster.name}`}>
return<Linkto={`${cluster.id}/sign-in`}className="text-sm text-nowrap"aria-label={`Sign In to ${cluster.name}`}title={`Sign In to ${cluster.name}`}>
49
+
return<Linkto={`/${cluster.organizationId}/${cluster.id}/sign-in`}className="text-sm text-nowrap"aria-label={`Sign In to ${cluster.name}`}title={`Sign In to ${cluster.name}`}>
0 commit comments