Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unwrap when generating authkey (#2804)
Fixes: #2690 ### What In some situations the authkey generation fails. Change the implementation to avoid unwrap and fallback on a rand if all else fails. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2804) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2804) - [Docs preview](https://rerun.io/preview/pr%3Ajleibs%2Fdont_unwrap_authkey/docs) - [Examples preview](https://rerun.io/preview/pr%3Ajleibs%2Fdont_unwrap_authkey/examples)
- Loading branch information