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 5521a05 commit c720408Copy full SHA for c720408
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,6 +20,7 @@ export const Body_login_login_access_tokenSchema = {
20
21
password: {
22
23
+ format: 'password',
24
title: 'Password'
25
26
scope: {
@@ -47,6 +48,7 @@ export const Body_login_login_access_tokenSchema = {
47
48
49
}
50
],
51
52
title: 'Client Secret'
53
54
0 commit comments