-
- If you get locked out of your account, your Emergency Kit is the only
- way to sign in.
-
-
- We recommend you download it and keep it somewhere safe.
-
+
+
+ Save your Emergency Kit
+
+
+
+ If you get locked out of your account, your Emergency Kit is the only
+ way to sign in.
-
-
- It contains your Secret Key which we cannot access or recover for you if
- you lose it.
-
- className="text-l mt-4 text-lg text-gray-400 hover:text-gray-300 duration-200 bg-white/5 px-8 hover:bg-white/10 py-3 rounded-md cursor-pointer"
- onClick={() => {
- if (localStorage.getItem("projectData.id")) {
- router.push("/dashboard/" + localStorage.getItem("projectData.id"));
- } else {
- router.push("/noprojects")
- }
- }}
- >
- Later
-
*/}
+
+ We recommend you download it and keep it somewhere safe.
+
+
+ It contains your Secret Key which we cannot access or recover for you if
+ you lose it.
+
+
{
+ if (localStorage.getItem("projectData.id")) {
+ router.push("/dashboard/" + localStorage.getItem("projectData.id"));
+ } else {
+ router.push("/noprojects")
+ }
+ }}
+ >
+ Later
+
+