|
@@ -282,7 +282,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
|
|
|
</span>
|
|
</span>
|
|
|
<span className="btn-label-text">{t('Sign in')}</span>
|
|
<span className="btn-label-text">{t('Sign in')}</span>
|
|
|
</button>
|
|
</button>
|
|
|
- <div className="small text-right">by {auth} Account</div>
|
|
|
|
|
|
|
+ <div className="small text-end">by {auth} Account</div>
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|
|
|
}, [handleLoginWithExternalAuth, t]);
|
|
}, [handleLoginWithExternalAuth, t]);
|
|
@@ -535,7 +535,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
|
|
|
<div className="border-bottom"></div>
|
|
<div className="border-bottom"></div>
|
|
|
|
|
|
|
|
<div className="row">
|
|
<div className="row">
|
|
|
- <div className="text-right col-12 mt-2 py-2">
|
|
|
|
|
|
|
+ <div className="text-end col-12 mt-2 py-2">
|
|
|
<a
|
|
<a
|
|
|
href="#login"
|
|
href="#login"
|
|
|
id="login"
|
|
id="login"
|
|
@@ -569,7 +569,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
|
|
|
{isLocalOrLdapStrategiesEnabled && renderLocalOrLdapLoginForm()}
|
|
{isLocalOrLdapStrategiesEnabled && renderLocalOrLdapLoginForm()}
|
|
|
{isSomeExternalAuthEnabled && renderExternalAuthLoginForm()}
|
|
{isSomeExternalAuthEnabled && renderExternalAuthLoginForm()}
|
|
|
{isLocalOrLdapStrategiesEnabled && isPasswordResetEnabled && (
|
|
{isLocalOrLdapStrategiesEnabled && isPasswordResetEnabled && (
|
|
|
- <div className="text-right mb-2">
|
|
|
|
|
|
|
+ <div className="text-end mb-2">
|
|
|
<a href="/forgot-password" className="d-block link-switch">
|
|
<a href="/forgot-password" className="d-block link-switch">
|
|
|
<i className="icon-key"></i> {t('forgot_password.forgot_password')}
|
|
<i className="icon-key"></i> {t('forgot_password.forgot_password')}
|
|
|
</a>
|
|
</a>
|
|
@@ -577,7 +577,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
|
|
|
)}
|
|
)}
|
|
|
{/* Sign up link */}
|
|
{/* Sign up link */}
|
|
|
{isRegistrationEnabled && (
|
|
{isRegistrationEnabled && (
|
|
|
- <div className="text-right mb-2">
|
|
|
|
|
|
|
+ <div className="text-end mb-2">
|
|
|
<a
|
|
<a
|
|
|
href="#register"
|
|
href="#register"
|
|
|
id="register"
|
|
id="register"
|