Make callbackUrl optional.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Vendored
+1
-1
@@ -68,7 +68,7 @@ export interface Config {
|
||||
* @visibility secret
|
||||
*/
|
||||
clientSecret: string;
|
||||
callbackUrl: string;
|
||||
callbackUrl?: string;
|
||||
};
|
||||
};
|
||||
github?: {
|
||||
|
||||
Reference in New Issue
Block a user