Skip to content

Commit

Permalink
use yivi-frontend package
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ensink committed Dec 2, 2024
1 parent 2f4cf30 commit cca5181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/enroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(function() {

$("#enroll").on("click", function() {
$('.alert').addClass('hide');
irma.newPopup({
yivi.newPopup({
language: lang,
session: {
url: irma_server_url,
Expand Down
2 changes: 1 addition & 1 deletion js/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $(function() {
$("#verify_btn").on("click", function() {
$('.alert').addClass('hide');
$("#token-content").addClass('hide');
irma.newPopup({
yivi.newPopup({
language: lang,
session: {
url: irma_server_url,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/privacybydesign/saml_issuer",
"license": "MIT",
"dependencies": {
"@privacybydesign/irma-frontend": "^0.4.3",
"@privacybydesign/yivi-frontend": "^0.1.3",
"jquery": "^3.5.0"
}
}

0 comments on commit cca5181

Please sign in to comment.