mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
hide oauth client details with type password
This commit is contained in:
@@ -240,8 +240,8 @@ const StrategyPasswordForm = () => {
|
||||
const StrategyOAuthForm = () => {
|
||||
return (
|
||||
<>
|
||||
<Field name="config.client.client_id" required />
|
||||
<Field name="config.client.client_secret" required />
|
||||
<Field name="config.client.client_id" required inputProps={{ type: "password" }} />
|
||||
<Field name="config.client.client_secret" required inputProps={{ type: "password" }} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user