removing --clean flag as it sent things into a reauth loop
This commit is contained in:
parent
14da1b44d4
commit
c542f78288
7 changed files with 19 additions and 100 deletions
|
@ -16,8 +16,6 @@ export interface OAuthProviderOptions {
|
|||
clientName?: string
|
||||
/** Client URI to use for OAuth registration */
|
||||
clientUri?: string
|
||||
/** Whether to clean stored configuration before reading */
|
||||
clean?: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue