mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
This reverts commit 0040c857ec.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { BaseResponse } from "../../../models/response/base.response";
|
||||
|
||||
export class ChangePasswordUriResponse extends BaseResponse {
|
||||
uri: string | null;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
this.uri = this.getResponseProperty("uri");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user