Return an empty Vec of emergency contacts when emergency access is disabled #4223
zacknewman
started this conversation in
Ideas
Replies: 2 comments
-
Thanks for the suggestion. I've made a PR #4227 to implement it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@zacknewman nice work with the enhancements/fixing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When emergency access is disabled, an error is returned; however this causes a never-ending spinning "wheel" under "Trusted emergency contacts" and "Designated as emergency contact" when one views the Emergency access information.
I propose instead of erring that an empty
Vec
be returned. Specifically something likeBeta Was this translation helpful? Give feedback.
All reactions