Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/loginflow/redirect.php')
-rw-r--r--core/templates/loginflow/redirect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/loginflow/redirect.php b/core/templates/loginflow/redirect.php
index 1c6e105b88d..8bad9760fda 100644
--- a/core/templates/loginflow/redirect.php
+++ b/core/templates/loginflow/redirect.php
@@ -27,7 +27,7 @@ $urlGenerator = $_['urlGenerator'];
?>
<div class="picker-window">
- <p class="info"><?php p($l->t('Redirecting …')) ?></p>
+ <p><?php p($l->t('Redirecting …')) ?></p>
</div>
<form method="POST" action="<?php p($urlGenerator->linkToRouteAbsolute('core.ClientFlowLogin.generateAppPassword')) ?>">