feat(auth): harden login flows and finalize quality-check coverage
This commit is contained in:
@@ -15,7 +15,11 @@ if ($bufferTitle !== '') {
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html data-theme="<?php e($theme); ?>" <?php if ($primaryVars !== ''): ?>style="<?php e($primaryVars); ?>" <?php endif; ?>>
|
||||
<html
|
||||
data-theme="<?php e($theme); ?>"
|
||||
data-password-toggle-show-label="<?php e(t('Show password')); ?>"
|
||||
data-password-toggle-hide-label="<?php e(t('Hide password')); ?>"
|
||||
<?php if ($primaryVars !== ''): ?>style="<?php e($primaryVars); ?>" <?php endif; ?>>
|
||||
|
||||
<head>
|
||||
<base href="<?php e(localeBase()); ?>">
|
||||
|
||||
Reference in New Issue
Block a user