diff --git a/firebase.json b/firebase.json index 2c33c29..f7effda 100644 --- a/firebase.json +++ b/firebase.json @@ -1,5 +1,6 @@ { "hosting": { + "site": "edzeeta-certification", "public": "dist", "ignore": [ "firebase.json", diff --git a/src/app/certificate/certificate.component.html b/src/app/certificate/certificate.component.html index e3e1a6e..e6ff02b 100644 --- a/src/app/certificate/certificate.component.html +++ b/src/app/certificate/certificate.component.html @@ -11,7 +11,7 @@ type="text" placeholder="Enter your Credential ID" [(ngModel)]="credentialId" - maxlength="11" + maxlength="13" (ngModelChange)="successMessage = ''" />