upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/lib/login/user.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-11-22 09:54:19 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-22 09:56:35 +0000
commitf42da615be7c994581b49ed9d5c17325b904b8f6 (patch)
treea9592428fb17b4337d315384a4658a329b404efe /src/lib/login/user.rs
parentf79014235e85554e3661b3f2a02b8fa88bc192ff (diff)
feat(login): auto-proceed upon signer response
don't ask the user to press any key to proceed once the signer successfully responds. various approaches were to tried await either any key press or the signer reponse such as `tokio::oneshot`, `tokio::mpsc` and `tokio::watch` but all would keep the process running until key press. this solution of aborting with `signal::ctrl_c` prevents the work around of asking the user to press any key upon the signer reponse.
Diffstat (limited to 'src/lib/login/user.rs')
0 files changed, 0 insertions, 0 deletions