incorrectly added callbackUrl

This commit is contained in:
Alan Crosswell
2021-02-09 15:01:46 -05:00
parent 07bafa248e
commit 9c302e39bf
-1
View File
@@ -61,7 +61,6 @@ export interface Config {
development: {
clientId: string;
clientSecret: string;
callbackUrl: string;
authorizationUrl: string;
tokenUrl: string;
scope?: string;