keystone-design-bootstrap 1.0.83 → 1.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -316,7 +316,7 @@ export function LoginForm({ onSuccess, onClose }: LoginFormProps) {
|
|
|
316
316
|
return `${mins}:${secs.toString().padStart(2, '0')}`;
|
|
317
317
|
};
|
|
318
318
|
|
|
319
|
-
const headerTitle = step === 'identifier' ? '
|
|
319
|
+
const headerTitle = step === 'identifier' ? 'Welcome' : step === 'verify' ? 'Verify your phone' : 'Last step';
|
|
320
320
|
const headerSubtitle =
|
|
321
321
|
step === 'identifier'
|
|
322
322
|
? 'Enter your phone number to get started.'
|