mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-04 17:13:40 +00:00
Update page.tsx
This commit is contained in:
@@ -277,7 +277,10 @@ function LoginContent() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const heading = {
|
const heading = {
|
||||||
identifier: { title: 'Sign in', subtitle: 'Enter your phone number or email to continue' },
|
identifier: {
|
||||||
|
title: 'Sign in or create account',
|
||||||
|
subtitle: "Enter your phone number or email — we'll sign you in, or set up a new account",
|
||||||
|
},
|
||||||
password: { title: 'Welcome back', subtitle: 'Enter your password to sign in' },
|
password: { title: 'Welcome back', subtitle: 'Enter your password to sign in' },
|
||||||
setup: { title: 'Set your password', subtitle: 'Enter the code we sent, then choose a password' },
|
setup: { title: 'Set your password', subtitle: 'Enter the code we sent, then choose a password' },
|
||||||
signup: { title: 'Create your account', subtitle: 'We just need a couple of details' },
|
signup: { title: 'Create your account', subtitle: 'We just need a couple of details' },
|
||||||
|
|||||||
Reference in New Issue
Block a user