mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
Fix glob processing in npm. Ban single param parens (#818)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// tslint:disable-next-line
|
||||
require('./sso.scss');
|
||||
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
document.addEventListener('DOMContentLoaded', event => {
|
||||
const code = getQsParam('code');
|
||||
const state = getQsParam('state');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user