File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
42
42
from __future__ import annotations
43
43
44
44
SUPPORTED_CDI_VERSIONS = ["3.0"]
45
- VERSION = "0.18.0 "
45
+ VERSION = "0.18.1 "
46
46
TELEMETRY = "/telemetry"
47
47
USER_COUNT = "/users/count"
48
48
USER_DELETE = "/user/remove"
Original file line number Diff line number Diff line change @@ -254,10 +254,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.dashboard.recipe</code>
254
254
),
255
255
APIHandled(
256
256
NormalisedURLPath(
257
- get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_API )
257
+ get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_TOKEN_API )
258
258
),
259
259
"post",
260
- USER_EMAIL_VERIFY_API ,
260
+ USER_EMAIL_VERIFY_TOKEN_API ,
261
261
False,
262
262
),
263
263
APIHandled(
@@ -590,10 +590,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
590
590
),
591
591
APIHandled(
592
592
NormalisedURLPath(
593
- get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_API )
593
+ get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_TOKEN_API )
594
594
),
595
595
"post",
596
- USER_EMAIL_VERIFY_API ,
596
+ USER_EMAIL_VERIFY_TOKEN_API ,
597
597
False,
598
598
),
599
599
APIHandled(
@@ -980,10 +980,10 @@ <h3>Methods</h3>
980
980
),
981
981
APIHandled(
982
982
NormalisedURLPath(
983
- get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_API )
983
+ get_api_path_with_dashboard_base(USER_EMAIL_VERIFY_TOKEN_API )
984
984
),
985
985
"post",
986
- USER_EMAIL_VERIFY_API ,
986
+ USER_EMAIL_VERIFY_TOKEN_API ,
987
987
False,
988
988
),
989
989
APIHandled(
You can’t perform that action at this time.
0 commit comments