mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
formatting
This commit is contained in:
@@ -99,6 +99,8 @@ function initTokenService() {
|
||||
throw 'Illegal base64url string!';
|
||||
}
|
||||
}
|
||||
return window.decodeURIComponent(escape(window.atob(output))); //polyfill https://github.com/davidchambers/Base64.js
|
||||
|
||||
//polyfill https://github.com/davidchambers/Base64.js
|
||||
return window.decodeURIComponent(escape(window.atob(output)));
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user