Skip to content

Commit e4fdacd

Browse files
committed
refactor: make gateway match path for login wildcard
1 parent 62f2f08 commit e4fdacd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/hub-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.23.8
21+
version: 0.23.9
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ routes:
152152
- /
153153
- /registration
154154
- /verification
155-
- /login
155+
- /login/*
156156
- /recovery
157157
- /recovery/code
158158
- /recovery/reset

0 commit comments

Comments
 (0)