Skip to content

Commit 845532e

Browse files
committed
adding dev-v0.18.1 tag to this commit to ensure building
1 parent cbcbe20 commit 845532e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

html/supertokens_python/constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242
from __future__ import annotations
4343

4444
SUPPORTED_CDI_VERSIONS = [&#34;3.0&#34;]
45-
VERSION = &#34;0.18.0&#34;
45+
VERSION = &#34;0.18.1&#34;
4646
TELEMETRY = &#34;/telemetry&#34;
4747
USER_COUNT = &#34;/users/count&#34;
4848
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/recipe/dashboard/recipe.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.dashboard.recipe</code>
254254
),
255255
APIHandled(
256256
NormalisedURLPath(
257-
get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_API)
257+
get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_TOKEN_API)
258258
),
259259
&#34;post&#34;,
260-
USER_EMAIL_VERIFY_API,
260+
USER_EMAIL_VERIFY_TOKEN_API,
261261
False,
262262
),
263263
APIHandled(
@@ -590,10 +590,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
590590
),
591591
APIHandled(
592592
NormalisedURLPath(
593-
get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_API)
593+
get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_TOKEN_API)
594594
),
595595
&#34;post&#34;,
596-
USER_EMAIL_VERIFY_API,
596+
USER_EMAIL_VERIFY_TOKEN_API,
597597
False,
598598
),
599599
APIHandled(
@@ -980,10 +980,10 @@ <h3>Methods</h3>
980980
),
981981
APIHandled(
982982
NormalisedURLPath(
983-
get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_API)
983+
get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_TOKEN_API)
984984
),
985985
&#34;post&#34;,
986-
USER_EMAIL_VERIFY_API,
986+
USER_EMAIL_VERIFY_TOKEN_API,
987987
False,
988988
),
989989
APIHandled(

0 commit comments

Comments
 (0)