Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
angrygames
Commits
7d93ba37
Commit
7d93ba37
authored
Oct 12, 2020
by
Ivar Derksen
Browse files
Updated irma-frontend version
parent
da6e3030
Pipeline
#45868
passed with stage
in 7 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
js/irma.js
View file @
7d93ba37
This source diff could not be displayed because it is too large. You can
view the blob
instead.
js/main.js
View file @
7d93ba37
...
@@ -98,16 +98,13 @@
...
@@ -98,16 +98,13 @@
if
(
window
.
irma
)
{
if
(
window
.
irma
)
{
console
.
log
(
"
Age verification started
"
);
console
.
log
(
"
Age verification started
"
);
irma
.
new
({
irma
.
new
Web
({
element
:
'
#irma-web-element
'
,
element
:
'
#irma-web-element
'
,
session
:
{
session
:
{
url
:
''
,
url
:
''
,
start
:
{
start
:
{
url
:
o
=>
`start_session.php?type=`
+
sessionStorage
.
getItem
(
'
minage
'
)
+
'
plus
'
,
url
:
o
=>
`start_session.php?type=`
+
sessionStorage
.
getItem
(
'
minage
'
)
+
'
plus
'
,
body
:
null
,
headers
:
[],
method
:
'
GET
'
,
},
},
result
:
{
result
:
{
url
:
(
o
,
{
sessionPtr
,
sessionToken
})
=>
`
${
sessionPtr
.
u
.
split
(
'
/irma
'
)[
0
]}
/session/
${
sessionToken
}
/result`
,
url
:
(
o
,
{
sessionPtr
,
sessionToken
})
=>
`
${
sessionPtr
.
u
.
split
(
'
/irma
'
)[
0
]}
/session/
${
sessionToken
}
/result`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment