Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from jeffreyparker/master
Browse files Browse the repository at this point in the history
Update to Duo Web SDK version 2.9
  • Loading branch information
vbscott authored May 5, 2021
2 parents 05b19a1 + 4d33997 commit d3c41c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions js/Duo-Web-v2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Duo Web SDK v2
* Copyright 2019, Duo Security
* Copyright 2021, Duo Security
*/

(function (root, factory) {
Expand Down Expand Up @@ -380,9 +380,9 @@
*/
function generateIframeSrc() {
return [
'https://', host, '/frame/web/v1/auth?tx=', duoSig,
'https://', host, '/frame/web/v1/auth?tx=', encodeURIComponent(duoSig),
'&parent=', encodeURIComponent(document.location.href),
'&v=2.8'
'&v=2.9'
].join('');
}

Expand Down
2 changes: 1 addition & 1 deletion js/Duo-Web-v2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3c41c1

Please sign in to comment.