mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:57:31 +00:00
docs: add prompt none to playground (#4894)
This commit is contained in:
@@ -36,7 +36,7 @@ export function SetAuthRequest() {
|
||||
|
||||
const allResponseTypes = ["code", "id_token", "id_token token"];
|
||||
|
||||
const allPrompts = ["", "login", "select_account", "create"];
|
||||
const allPrompts = ["", "login", "select_account", "create", "none"];
|
||||
|
||||
const allAuthMethods = ["(none) PKCE", "Client Secret Basic"];
|
||||
|
||||
|
Reference in New Issue
Block a user