Skip to content

Commit

Permalink
yank 'urn:grn:authn:se:bankid:another-device'
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed May 23, 2024
1 parent 264c31b commit 8ca5267
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const ALL_ACR_VALUES = [
'urn:grn:authn:no:bankid:mobile',
'urn:grn:authn:no:bankid:substantial',
'urn:grn:authn:no:vipps',
'urn:grn:authn:se:bankid:another-device',
'urn:grn:authn:se:bankid:another-device:qr',
'urn:grn:authn:se:bankid:same-device'
];
Expand Down Expand Up @@ -145,7 +144,6 @@ SwedenWithAnother.args = {
redirectUri: window.location.href,
acrValues: [
'urn:grn:authn:se:bankid:same-device',
'urn:grn:authn:se:bankid:another-device',
'urn:grn:authn:se:bankid:another-device:qr',
]
};
Expand Down
1 change: 0 additions & 1 deletion src/components/QRCode/QRCode.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const ALL_ACR_VALUES = [
'urn:grn:authn:no:bankid:mobile',
'urn:grn:authn:no:bankid:substantial',
'urn:grn:authn:no:vipps',
'urn:grn:authn:se:bankid:another-device',
'urn:grn:authn:se:bankid:another-device:qr',
'urn:grn:authn:se:bankid:same-device'
];
Expand Down
2 changes: 0 additions & 2 deletions src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const ACTION_SUPPORTING_ACR_VALUES = [
'urn:grn:authn:dk:mitid:substantial',
'urn:grn:authn:dk:mitid:high',
'urn:grn:authn:se:bankid:same-device',
'urn:grn:authn:se:bankid:another-device',
'urn:grn:authn:se:bankid:another-device:qr',
];

Expand All @@ -77,7 +76,6 @@ export const MESSAGE_SUPPORTING_ACR_VALUES = [
'urn:grn:authn:dk:mitid:substantial',
'urn:grn:authn:dk:mitid:high',
'urn:grn:authn:se:bankid:same-device',
'urn:grn:authn:se:bankid:another-device',
'urn:grn:authn:se:bankid:another-device:qr'
];

Expand Down
1 change: 0 additions & 1 deletion src/stories/methods.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const ALL_ACR_VALUES = [
'urn:grn:authn:no:bankid:mobile',
'urn:grn:authn:no:bankid:substantial',
'urn:grn:authn:no:vipps',
'urn:grn:authn:se:bankid:another-device',
'urn:grn:authn:se:bankid:another-device:qr',
'urn:grn:authn:se:bankid:same-device'
];
Expand Down

0 comments on commit 8ca5267

Please sign in to comment.