Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 6367d48

Browse files
author
Billy Clark
committed
yep, still needed...
1 parent dc78d24 commit 6367d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/material/default/selectidp-links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function setSelectedIdp(id) {
4343
<?php
4444
// in order to bypass some built-in simplesaml behavior, an extra idp
4545
// might've been added. It's not meant to be displayed.
46-
unset($this->data['idplist']['dummy']); //TODO: is this still needed?
46+
unset($this->data['idplist']['dummy']);
4747

4848
$enabledIdps = [];
4949
$disabledIdps = [];

0 commit comments

Comments
 (0)