Skip to content

Commit dcae3e7

Browse files
authored
Merge pull request #17388 from nextcloud/fix/undefined_index/loginflowv2
Don't use an undefined index if not needed
2 parents ecfa6f7 + 1ddd6b4 commit dcae3e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/templates/loginflowv2/done.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
style('core', 'login/authpicker');
2626

2727
/** @var array $_ */
28-
/** @var \OCP\IURLGenerator $urlGenerator */
29-
$urlGenerator = $_['urlGenerator'];
3028
?>
3129

3230
<div class="picker-window">

0 commit comments

Comments
 (0)