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>
4242from __future__ import annotations
4343
4444SUPPORTED_CDI_VERSIONS = ["3.0"]
45- VERSION = "0.18.0 "
45+ VERSION = "0.18.1 "
4646TELEMETRY = "/telemetry"
4747USER_COUNT = "/users/count"
4848USER_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>
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 "post",
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 "post",
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 "post",
986- USER_EMAIL_VERIFY_API ,
986+ USER_EMAIL_VERIFY_TOKEN_API ,
987987 False,
988988 ),
989989 APIHandled(
You can’t perform that action at this time.
0 commit comments