Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Safari on macOS native prompt with custom link
macOS Safari requires a user gesture to show the native prompt, and doesn't allow disk I/O in the Promise. Switched to the opted in check to use optedIn since this uses a cached value which doesn't have this disk I/O issue.
- Loading branch information