Merge pull request #17388 from nextcloud/fix/undefined_index/loginflowv2

Don't use an undefined index if not needed
This commit is contained in:
Roeland Jago Douma 2019-10-03 19:12:00 +02:00 committed by GitHub
commit dcae3e7711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ declare(strict_types=1);
style('core', 'login/authpicker');
/** @var array $_ */
/** @var \OCP\IURLGenerator $urlGenerator */
$urlGenerator = $_['urlGenerator'];
?>
<div class="picker-window">