Feature 11034: Forgot Password in OSM
[osm/NG-UI.git] / src / models / CommonModel.ts
index 581bbfb..271b297 100644 (file)
@@ -342,6 +342,7 @@ export interface LOGINPARAMS {
     username?: string;
     password?: string;
     old_password?: string;
+    email_id?: string;
 }
 /** Interface for the LABELVALUE */
 export interface LABELVALUE {