mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
pass lint
This commit is contained in:
@@ -108,7 +108,7 @@ export default function SheetsModal(props: SheetsModalProps) {
|
||||
const handleAuthenticate = () => {
|
||||
getSheetsAuthUrl().then((data) => {
|
||||
if (data != 'bad') {
|
||||
const authWindow = window.open(data, '_blank', 'noreferrer');
|
||||
window.open(data, '_blank', 'noreferrer');
|
||||
//TODO: can we detect when this window is closed
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user