Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 46e9d84

Browse files
fix: remove custom redirect url
1 parent f150711 commit 46e9d84

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

helper.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ public function loadService(&$servicename) {
5555
* @return string
5656
*/
5757
public function redirectURI() {
58-
if ($this->getConf('custom-redirectURI') !== '') {
59-
return $this->getConf('custom-redirectURI');
60-
} else {
61-
return DOKU_URL . DOKU_SCRIPT;
62-
}
58+
return DOKU_URL . DOKU_SCRIPT;
6359
}
6460

6561
/**

lang/en/settings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77

88

99
$lang['info'] = 'Redirect URI to use when configuring the applications';
10-
$lang['custom-redirectURI'] = 'Use the following custom redirect URI';
1110
$lang['client-key'] = 'The Client ID';
1211
$lang['client-secret'] = 'The Client Secret';

0 commit comments

Comments
 (0)