We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e67ad commit 5521a05Copy full SHA for 5521a05
1 file changed
frontend/src/client/schemas.gen.ts
@@ -6,7 +6,7 @@ export const Body_login_login_access_tokenSchema = {
6
anyOf: [
7
{
8
type: 'string',
9
- pattern: '^password$'
+ pattern: 'password'
10
},
11
12
type: 'null'
@@ -20,7 +20,6 @@ export const Body_login_login_access_tokenSchema = {
20
21
password: {
22
23
- format: 'password',
24
title: 'Password'
25
26
scope: {
@@ -48,7 +47,6 @@ export const Body_login_login_access_tokenSchema = {
48
47
49
}
50
],
51
52
title: 'Client Secret'
53
54
0 commit comments