Skip to content

Commit

Permalink
Remove UUID from vault JWE (#4/#6).
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkins committed Feb 19, 2024
1 parent c9e3483 commit b4b6125
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/common/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ export type VaultJWEBackendDto = {

defaultPath: string;
nickname: string;
uuid: string;

region: string;

Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/CreateVault.vue
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ async function createVault() {
const storage: VaultJWEBackendDto = {
"provider": selectedBackend.value.id,
"defaultPath": selectedBackend.value.bucketPrefix + vaultId,
"uuid": vaultId,
"nickname": vaultName.value,
"region": selectedRegion.value
}
Expand Down

0 comments on commit b4b6125

Please sign in to comment.