|
|
|
@ -70,7 +70,6 @@ export class MenuComponent {
|
|
|
|
SUS_EMAIL: ["", [Validators.required, Validators.email]],
|
|
|
|
SUS_EMAIL: ["", [Validators.required, Validators.email]],
|
|
|
|
SUS_USERCELLNO: ["", [
|
|
|
|
SUS_USERCELLNO: ["", [
|
|
|
|
Validators.required,
|
|
|
|
Validators.required,
|
|
|
|
Validators.pattern(/^[0-9]+$/)
|
|
|
|
|
|
|
|
]],
|
|
|
|
]],
|
|
|
|
POR_ORGACODE: [this.credentialService.getPorOrgacode()],
|
|
|
|
POR_ORGACODE: [this.credentialService.getPorOrgacode()],
|
|
|
|
SUS_ACTIVE: [true],
|
|
|
|
SUS_ACTIVE: [true],
|
|
|
|
|