mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 19:34:03 +00:00
[PM-26463] Refactor members components (#17863)
* refactor WIP * fix type issue * continue refactor * continue refactor, add tests * refactor WIP: Rebase bulk reinvite * fix type issue * continue refactor: rebase bulk reinvite * continue refactor, add tests: Rebase bulk reinvite * fix test * cleanup, address claude feedback * fix race condition * continue refactor * fix provider confirm * refactor providers to use memberActionsService * prevent duplicate member actions * wip * run prettier * separate provider and members actions, improve error handling, add tests * refactor member export * refactor edit, fix export service and tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// FIXME: Update this file to be type safe and remove this and next line
|
||||
// @ts-strict-ignore
|
||||
export class ProviderUserConfirmRequest {
|
||||
key: string;
|
||||
protected key: string;
|
||||
|
||||
constructor(key: string) {
|
||||
this.key = key;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user