Make callbackUrl optional.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-03-16 17:36:39 -04:00
parent d8f774c30d
commit 0b5febcd75
+1 -1
View File
@@ -68,7 +68,7 @@ export interface Config {
* @visibility secret
*/
clientSecret: string;
callbackUrl: string;
callbackUrl?: string;
};
};
github?: {