Protect password
This commit is contained in:
parent
e7805e5222
commit
dfdae89133
|
@ -6,6 +6,7 @@ import {
|
|||
OAuth2Config,
|
||||
RequiredKeys,
|
||||
OAuth2ConfigResponse,
|
||||
PASSWORD_REPLACEMENT,
|
||||
} from "@budibase/types"
|
||||
import sdk from "../../sdk"
|
||||
|
||||
|
@ -17,7 +18,7 @@ function toFetchOAuth2ConfigsResponse(
|
|||
name: config.name,
|
||||
url: config.url,
|
||||
clientId: config.clientId,
|
||||
clientSecret: config.clientSecret,
|
||||
clientSecret: PASSWORD_REPLACEMENT,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue