I have a project with 2 files calling get_output(). Both files get rendered in separate threads at the same time. They both call out to run Pretf in separate processes at the same time, and they both show MFA prompts. It doesn't really work because you can't tell which MFA prompt you're typing a response to.
I have a project with 2 files calling
get_output()
. Both files get rendered in separate threads at the same time. They both call out to run Pretf in separate processes at the same time, and they both show MFA prompts. It doesn't really work because you can't tell which MFA prompt you're typing a response to.