mirror of
https://github.com/v2board/v2board.git
synced 2025-03-16 23:45:19 +08:00
fix: tutorial apple id not null
This commit is contained in:
parent
c97451276a
commit
2402a59b57
@ -81,7 +81,7 @@ class ConfigSave extends FormRequest
|
||||
'frontend_background_url' => 'nullable|url',
|
||||
'frontend_admin_path' => '',
|
||||
// tutorial
|
||||
'apple_id' => 'email',
|
||||
'apple_id' => 'nullable|email',
|
||||
'apple_id_password' => '',
|
||||
// email
|
||||
'email_template' => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user