Skip to content

Commit

Permalink
* Remove unused reference to path
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed May 19, 2020
1 parent 7988f6f commit c740bcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/models/Configuration.ts
Expand Up @@ -3,7 +3,6 @@ import { SecondFactorMethod } from "./Methods";
export interface Configuration {
remember_me: boolean;
reset_password: boolean;
path: string;
}

export interface ExtendedConfiguration {
Expand Down

0 comments on commit c740bcc

Please sign in to comment.