From 1e245fbe455cf1a979b73d05566579306e949424 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 17 Mar 2026 12:06:17 -0500 Subject: [PATCH] Add onboarding card --- app/models/account/seeder.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/models/account/seeder.rb b/app/models/account/seeder.rb index ff97538be..34eb14f12 100644 --- a/app/models/account/seeder.rb +++ b/app/models/account/seeder.rb @@ -33,6 +33,12 @@ class Account::Seeder HTML + # TODO: Replace the video here with a screencap of creating a passkey + playground.cards.create! creator: creator, title: "Then, set up a Passkey", status: "published", description: <<~HTML +

Passkeys let you sign in securely without using passwords or email codes. To set one up, open the Fizzy menu and go to “My Profile > Manage Passkeys”. Using a passkey is optional, but recommended.

+ + HTML + playground.cards.create! creator: creator, title: "Now, grab the invite link to invite someone else", status: "published", description: <<~HTML

Open the Fizzy menu, select “+ Add people”, then copy the invite link. You can give this link to someone else so they can make a login for themselves in your account.