X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FCommonModel.ts;fp=src%2Fmodels%2FCommonModel.ts;h=eb2bec3d62924ded7ebc1e627fb87384b90f46a3;hb=a9816553feb848341a8c3214861d5479c3688578;hp=96d926d4c4d923b47d61c5efb8525ed56d148b0e;hpb=92d376dbeb4976952e4e99d5e53194d42d37787a;p=osm%2FNG-UI.git diff --git a/src/models/CommonModel.ts b/src/models/CommonModel.ts index 96d926d..eb2bec3 100644 --- a/src/models/CommonModel.ts +++ b/src/models/CommonModel.ts @@ -333,6 +333,7 @@ export interface DOMAINS { export interface LOGINPARAMS { username?: string; password?: string; + old_password?: string; } /** Interface for the LABELVALUE */ export interface LABELVALUE {