Skip to content

Commit

Permalink
max length increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Gururajj77 committed Apr 10, 2024
1 parent 4f96314 commit 91c0d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"hosting": {
"site": "edzeeta-certification",
"public": "dist",
"ignore": [
"firebase.json",
Expand Down
2 changes: 1 addition & 1 deletion src/app/certificate/certificate.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
type="text"
placeholder="Enter your Credential ID"
[(ngModel)]="credentialId"
maxlength="11"
maxlength="13"
(ngModelChange)="successMessage = ''"
/>
<div class="result-message">
Expand Down

0 comments on commit 91c0d62

Please sign in to comment.