You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
<?php
|
|
|
|
return [
|
|
'login' => [
|
|
'title' => 'Sign In',
|
|
'description' => 'Sign in to your account to access the dashboard.',
|
|
'keywords' => 'login, sign in, auth',
|
|
],
|
|
'register' => [
|
|
'title' => 'Sign Up',
|
|
'description' => 'Create a new account to get started.',
|
|
'keywords' => 'register, sign up, auth',
|
|
],
|
|
'forgot_password' => [
|
|
'title' => 'Forgot Password',
|
|
'description' => 'Recover your account password.',
|
|
'keywords' => 'forgot password, recover, auth',
|
|
],
|
|
'reset_password' => [
|
|
'title' => 'Reset Password',
|
|
'description' => 'Set a new password for your account.',
|
|
'keywords' => 'reset password, auth',
|
|
],
|
|
'verify_email' => [
|
|
'title' => 'Verify Email',
|
|
'description' => 'Verify your email address to secure your account.',
|
|
'keywords' => 'verify email, auth',
|
|
],
|
|
'confirm_password' => [
|
|
'title' => 'Confirm Password',
|
|
'description' => 'Please confirm your password before continuing.',
|
|
'keywords' => 'confirm password, auth',
|
|
],
|
|
];
|
|
|