We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5af0ca commit 2417bf6Copy full SHA for 2417bf6
crates/bitwarden-core/src/client/internal.rs
@@ -184,7 +184,7 @@ impl InternalClient {
184
}
185
186
#[allow(missing_docs)]
187
- pub fn init_user_id(&self, user_id: Uuid) -> Result<(), UserIdAlreadySetError> {
+ pub fn init_user_id(&self, user_id: UserId) -> Result<(), UserIdAlreadySetError> {
188
self.user_id.set(user_id).map_err(|_| UserIdAlreadySetError)
189
190
0 commit comments