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

Commit f657d36

Browse files
authored
Merge pull request #26 from peppelinux/dev
[Configuration] fixed redirect_uris
2 parents f4e2c63 + c311a6a commit f657d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/oidcrp/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ def replace(config, param, **kwargs):
312312
for _re in res:
313313
if "{{{}}}".format(_key) in _re:
314314
_lst.append(_re.format(**kwargs))
315+
else:
316+
_lst.append(_re)
315317
config[lc_param] = _lst
316318
else:
317319
if "{{{}}}".format(_key) in res:

0 commit comments

Comments
 (0)