Created
May 8, 2025 14:13
-
-
Save tdcolvin/9108150adc1691c95e8e61f861d00f13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val localContext = LocalContext.current | |
| val credentialManager = remember { | |
| CredentialManager.create(localContext) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment