Add missing password field to update user api doc
This commit is contained in:
parent
a5a79d1542
commit
5097cbda4a
3 changed files with 11 additions and 10 deletions
|
@ -96,7 +96,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.vjs-play-control {
|
||||
@include disable-outline;
|
||||
|
||||
|
@ -281,6 +280,11 @@
|
|||
max-width: $control-bar-icon-size;
|
||||
height: 100%;
|
||||
max-height: $control-bar-volume-slider-height;
|
||||
|
||||
&::before {
|
||||
// Remove circle
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
|
|
@ -20,10 +20,6 @@ body {
|
|||
font-size: $font-size;
|
||||
color: pvar(--embedForegroundColor);
|
||||
|
||||
.vjs-volume-level::before {
|
||||
content: ''; /* Remove Circle From Progress Bar */
|
||||
}
|
||||
|
||||
.vjs-audio-button {
|
||||
display: none;
|
||||
}
|
||||
|
@ -100,7 +96,6 @@ body {
|
|||
}
|
||||
|
||||
.vjs-poster {
|
||||
outline: none; /* Remove Blue Outline on Click*/
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -6757,6 +6757,8 @@ components:
|
|||
$ref: '#/components/schemas/UserRole'
|
||||
adminFlags:
|
||||
$ref: '#/components/schemas/UserAdminFlags'
|
||||
password:
|
||||
$ref: '#/components/schemas/password'
|
||||
UpdateMe:
|
||||
# see shared/models/users/user-update-me.model.ts:
|
||||
properties:
|
||||
|
@ -7228,13 +7230,13 @@ components:
|
|||
- `13` NEW_INSTANCE_FOLLOWER
|
||||
|
||||
- `14` AUTO_INSTANCE_FOLLOWING
|
||||
|
||||
|
||||
- `15` ABUSE_STATE_CHANGE
|
||||
|
||||
|
||||
- `16` ABUSE_NEW_MESSAGE
|
||||
|
||||
|
||||
- `17` NEW_PLUGIN_VERSION
|
||||
|
||||
|
||||
- `18` NEW_PEERTUBE_VERSION
|
||||
read:
|
||||
type: boolean
|
||||
|
|
Loading…
Reference in a new issue