mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #53499 from nextcloud/jtr-profile-email-pages
fix(profile): Consistent email confirmation pages
This commit is contained in:
commit
0f94ceace1
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
/** @var \OCP\IL10N $l */
|
||||
/** @var \OCP\Defaults $theme */
|
||||
?>
|
||||
<div class="update">
|
||||
<div class="guest-box">
|
||||
<form method="POST">
|
||||
<h2><?php p($_['title']) ?></h2>
|
||||
<p><?php p($_['message']) ?></p>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
/** @var \OCP\Defaults $theme */
|
||||
?>
|
||||
|
||||
<div class="update">
|
||||
<div class="guest-box">
|
||||
<h2><?php p($_['title']) ?></h2>
|
||||
<p><?php p($_['message']) ?></p>
|
||||
<p><a class="button primary" href="<?php p(\OCP\Server::get(\OCP\IURLGenerator::class)->linkTo('', 'index.php')) ?>">
|
||||
|
|
|
|||
Loading…
Reference in a new issue