Skip to content

Commit

Permalink
New 2FA Page: Build Form: Add Logo and Title
Browse files Browse the repository at this point in the history
- WIP #6
  • Loading branch information
aljawaid committed Feb 1, 2023
1 parent a2e5098 commit cba2e0e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Template/twofactor/check.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<section class="page">
<section class="login-logo">
<img src="<?= $this->url->dir() ?>plugins/ApplicationBranding/Assets/img/workspace-icon-500x500.png" class="ws-logo">
<h3 class="no-top no-bottom login-title">
<?php if (!empty($this->task->configModel->get('app_rename'))): ?>
<?= strtoupper($this->task->configModel->get('app_rename')) ?>
<?php else: ?>
<?= strtoupper(t('My Workspace')) ?>
<?php endif ?>
</h3>
<div class="page-header">
<h2><?= t('Two factor authentication') ?></h2>
</div>
Expand Down

0 comments on commit cba2e0e

Please sign in to comment.