mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
add encrypted collection name to confirmUser request (#15156)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// FIXME: Update this file to be type safe and remove this and next line
|
||||
// @ts-strict-ignore
|
||||
import { EncryptedString } from "@bitwarden/common/platform/models/domain/enc-string";
|
||||
|
||||
export class OrganizationUserConfirmRequest {
|
||||
key: string;
|
||||
key: EncryptedString | undefined;
|
||||
defaultUserCollectionName: EncryptedString | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user