Nikita Boldasov
Nikita Boldasov
I can't remember different use cases tbh. My use case is interrupting the flow before SMS is sent (based on the identity data). The point is a multi-step flow. I.e....
Something like access control. Disallowing logging in with SMS for specific users.
Yes, but it'll be triggered after an unnecessary SMS was sent (which costs some money).
Hi guys. Any chance it'll get merged?
@aeneasr if you're going to merge this MR, please consider merging updated Yandex provider from #4158.
Is there a workaround?
A workaround is to export variables of env file(s) to shell, then run vscode: ```bash set -o allexport && . ./.env code ``` Works fine, but it's needed to restart...