We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5a25b commit 4bbcde9Copy full SHA for 4bbcde9
samples/identity/functions/main.py
@@ -52,6 +52,8 @@ def beforeemailsent(
52
53
@identity_fn.before_sms_sent()
54
# pylint: disable=useless-return
55
-def beforesmssent(event: identity_fn.AuthBlockingEvent) -> identity_fn.BeforeSmsSentResponse | None:
+def beforesmssent(
56
+ event: identity_fn.AuthBlockingEvent
57
+) -> identity_fn.BeforeSmsSentResponse | None:
58
print(event)
59
return None
0 commit comments