We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae476b commit 3cc46a0Copy full SHA for 3cc46a0
modules/core/routing/routes/routes.yml
@@ -36,13 +36,6 @@ core-loginuserpassorg:
36
}
37
methods: [GET, POST]
38
39
-core-error:
40
- path: /error/{code}
41
- defaults: {
42
- _controller: 'SimpleSAML\Module\core\Controller\Exception::error'
43
- }
44
- methods: [GET]
45
-
46
core-error-nocookie:
47
path: /error/nocookie
48
defaults: {
@@ -57,6 +50,13 @@ core-cardinality:
57
50
58
51
methods: [GET]
59
52
53
+core-error:
54
+ path: /error/{code}
55
+ defaults: {
56
+ _controller: 'SimpleSAML\Module\core\Controller\Exception::error'
+ }
+ methods: [GET]
+
60
core-warning-shortssointerval:
61
path: /warning/short_sso_interval
62
0 commit comments