Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(profile): Consistent email confirmation page design
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored and backportbot[bot] committed Jun 25, 2025
commit 5269c413b6ff5eea619bf0bcd612095bb4be97ce
2 changes: 1 addition & 1 deletion core/templates/confirmation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down