done.php 452 B

123456789101112131415161718192021
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4. * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
  5. * SPDX-License-Identifier: AGPL-3.0-or-later
  6. */
  7. style('core', 'login/authpicker');
  8. /** @var array $_ */
  9. ?>
  10. <div class="picker-window">
  11. <h2><?php p($l->t('Account connected')) ?></h2>
  12. <p class="info">
  13. <?php p($l->t('Your client should now be connected!')) ?><br/>
  14. <?php p($l->t('You can close this window.')) ?>
  15. </p>
  16. <br/>
  17. </div>