Create flow: session UI + sign out
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"saveAndExit": "Save & Exit",
|
||||
"exit": "Exit",
|
||||
"leaveConfirmLoss": "Leave create flow? Your progress will be lost.",
|
||||
"leaveConfirmSaveFailed": "Could not save to your account. Leave anyway?"
|
||||
}
|
||||
@@ -18,6 +18,7 @@ import profile from "./pages/profile.json";
|
||||
import navigation from "./navigation.json";
|
||||
import metadata from "./metadata.json";
|
||||
import communication from "./create/communication.json";
|
||||
import createTopNav from "./create/topNav.json";
|
||||
|
||||
export default {
|
||||
common,
|
||||
@@ -41,6 +42,7 @@ export default {
|
||||
},
|
||||
create: {
|
||||
communication,
|
||||
topNav: createTopNav,
|
||||
},
|
||||
navigation,
|
||||
metadata,
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"title": "Log in to CommunityRule",
|
||||
"subtitle": "Enter your email and we'll send you a magic link to sign in. No password needed!",
|
||||
"saveProgressTitle": "Save your progress?",
|
||||
"saveProgressSubtitle": "We need your email to save, and we'll send you a magic link to sign in. If you don't save now you could lose your progress.",
|
||||
"emailLabel": "Email address",
|
||||
"emailPlaceholder": "you@example.com",
|
||||
"sendMagicLink": "Send me a magic link",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"placeholderTitle": "Your profile",
|
||||
"placeholderBody": "We’re building this space for your CommunityRules and account options. Check back soon."
|
||||
"placeholderBody": "We’re building this space for your CommunityRules and account options. Check back soon.",
|
||||
"signOut": "Sign out"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user