https://github.com/fntechgit/summit-registration-lite/blob/40f03f777931eac1e96f48082793947fd1f8b18a/src/components/login-passwordless/index.js#L36 @tomrndom this is a potential issue bc if the network call fails then it will be disabled forever we need to use .finally instead
summit-registration-lite/src/components/login-passwordless/index.js
Line 36 in 40f03f7
@tomrndom this is a potential issue
bc if the network call fails then it will be disabled forever
we need to use .finally instead