This commit is contained in:
21
app/Views/home.php
Normal file
21
app/Views/home.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?= $this->extend('layouts/default') ?>
|
||||
|
||||
<?= $this->section('content') ?>
|
||||
|
||||
<div class="has-text-centered">
|
||||
<?php if ($authorised): ?>
|
||||
|
||||
<h3>
|
||||
Wellcome <?= esc($name) ?>
|
||||
(<?= esc($email) ?>) to ci4-auth
|
||||
</h3>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<h3>Feel free to try ci4-auth</h3>
|
||||
|
||||
<?php endif ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?= $this->endSection() ?>
|
||||
Reference in New Issue
Block a user