mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Allow accounts to skip account setup modal
This commit is contained in:
parent
1ff15061b3
commit
8f58172565
23 changed files with 241 additions and 155 deletions
|
@ -81,11 +81,7 @@ function isUserAutoPlayNextVideoPlaylistValid (value: any) {
|
|||
return isBooleanValid(value)
|
||||
}
|
||||
|
||||
function isNoInstanceConfigWarningModal (value: any) {
|
||||
return isBooleanValid(value)
|
||||
}
|
||||
|
||||
function isNoWelcomeModal (value: any) {
|
||||
function isUserNoModal (value: any) {
|
||||
return isBooleanValid(value)
|
||||
}
|
||||
|
||||
|
@ -119,6 +115,5 @@ export {
|
|||
isUserAutoPlayNextVideoPlaylistValid,
|
||||
isUserDisplayNameValid,
|
||||
isUserDescriptionValid,
|
||||
isNoInstanceConfigWarningModal,
|
||||
isNoWelcomeModal
|
||||
isUserNoModal
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue