Skip to content

Commit

Permalink
Merge pull request #311 from pagopa/IOPID-966-add-1002-error
Browse files Browse the repository at this point in the history
[IOPID-966] Add 1002 login error
  • Loading branch information
shadowsheep1 authored Oct 19, 2023
2 parents ace9661 + 8fe9c05 commit 7eb31bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
["27", "Utente già presente"],
["28", "Operazione annullata"],
["29", "Identità non erogata"],
["1001", "Cittadino minore di 14 anni"]
["1001", "Cittadino minore di 14 anni"],
["1002", "Utente con identità bloccata da ioapp.it"]
];

const simulateSpidError = () => {
Expand Down

0 comments on commit 7eb31bc

Please sign in to comment.