+
If the Cascade app is installed it should have opened automatically. Otherwise, open Cascade, then paste this sign-in code into the “paste the sign-in link” box:
+ Open Cascade…
@@ -92,11 +104,29 @@ diff --git a/apps/web/public/auth/index.html b/apps/web/public/auth/index.html index 367c405..0acd6f9 100644 --- a/apps/web/public/auth/index.html +++ b/apps/web/public/auth/index.html @@ -71,17 +71,29 @@ button:active { transform: translateY(1px); } .hint { font-size: 0.85rem; margin-top: 18px; } .err { color: #e2786e; } + .open { + display: inline-block; + margin: 0 0 18px; + padding: 12px 22px; + border-radius: 10px; + background: var(--accent); + color: #042029; + font-weight: 600; + text-decoration: none; + } + .open[hidden] { display: none; }
+
If the Cascade app is installed it should have opened automatically. Otherwise, open Cascade, then paste this sign-in code into the “paste the sign-in link” box:
+ Open Cascade…
@@ -92,11 +104,29 @@