mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
auth flow
This commit is contained in:
@@ -143,6 +143,7 @@ class sheet {
|
||||
*/
|
||||
public async openAuthServer(): Promise<string | false> {
|
||||
//TODO: this only works on local networks
|
||||
//FIXME: the authUrl is not returnd before the second call
|
||||
if (sheet.authUrl) {
|
||||
return sheet.authUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user