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