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
birger
users
Commits
0d5caced
Commit
0d5caced
authored
Aug 26, 2021
by
mh
Browse files
fix #13 - typo
parent
6d24022f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/tfa/create_webauthn.html.erb
View file @
0d5caced
...
...
@@ -22,7 +22,7 @@ var options = <%= @options.to_json.html_safe %>
function
do_register
()
{
options
.
challenge
=
str2ab
(
options
.
challenge
);
for
(
var
i
=
0
;
i
<
options
.
excludeCredentials
.
length
;
i
++
)
{
options
.
excludCredentials
[
i
].
id
=
str2ab
(
options
.
excludeCredentials
[
i
].
id
);
options
.
exclud
e
Credentials
[
i
].
id
=
str2ab
(
options
.
excludeCredentials
[
i
].
id
);
}
options
.
user
.
id
=
str2ab
(
options
.
user
.
id
);
...
...
Write
Preview
Supports
Markdown
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