Skip to content
Snippets Groups Projects
Commit 14b5f960 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fixup

parent 1acced36
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
[% ELSIF error == 'no_displayname_attribute' %]
[% c.loc("your identity provider doesn't provide displayName attribute, required for this application") %]
[% ELSIF (matches = err.match('missing_(\w+)')) %]
[% ELSIF (matches = error.match('missing_(\w+)')) %]
[% c.loc("missing parameter '[_1]'", matches.0) %]
[% ELSE %]
......
......@@ -25,7 +25,7 @@
[% ELSIF error == 'unauthenticated' %]
[% c.loc("you need to authenticate to access this page") %]
[% ELSIF (matches = err.match('missing_(\w+)')) %]
[% ELSIF (matches = error.match('missing_(\w+)')) %]
[% c.loc("missing parameter '[_1]'", matches.0) %]
[% ELSE %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment