Skip to content

Commit

Permalink
updated getting started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KDesp73 committed Feb 18, 2025
1 parent 199aad0 commit f424949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2>Login</h2>
Reservation: false,
TaxNumber: false
},
visibility: Visibility.ANONYMOUS,
visibility: Visibility.ANONYMOUS_OPT,
};
EUDILogin(config, "./dashboard.html");
}
Expand Down
2 changes: 1 addition & 1 deletion docs/Guides/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EUDILogin(config, target);
- `PseudonymDeferred`: Whether to include Pseudonym Deferred attestation.
- `Reservation`: Whether to include Reservation attestation.
- `TaxNumber`: Whether to include Tax Number attestation.
- `visibility`: Enum to define the level of visibility returned after the authentication process.
- `visibility`: Enum to define the level of visibility in the returned data after the authentication process.
- `target`: (optional) The URL to redirect to after the authentication process. If not provided there will be no redirect.

## Handling the authentication result
Expand Down

0 comments on commit f424949

Please sign in to comment.