Skip to content

Commit 1a7b561

Browse files
authored
Merge pull request #5503 from AmshikaH/master
Fix compile error due to typo
2 parents 4fb029a + 4e4b4a2 commit 1a7b561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% set product_name = "WSO2 Identity Server" %}
2-
{% ser is_version = "next" %}
3-
{% include "../../../../../includes/guides/authentication/jit-user-provisioning.md" %}
2+
{% set is_version = "next" %}
3+
{% include "../../../../../includes/guides/authentication/jit-user-provisioning.md" %}

0 commit comments

Comments
 (0)