mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
This reverts commit fcc2bc96d1.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
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