|
@@ -47,7 +47,10 @@ class ConfigSave extends FormRequest
|
|
|
'frontend_background_url' => 'nullable|url',
|
|
|
// tutorial
|
|
|
'apple_id' => 'email',
|
|
|
- 'apple_id_password' => ''
|
|
|
+ 'apple_id_password' => '',
|
|
|
+ // lab
|
|
|
+ 'auth_type' => 'in:1,2',
|
|
|
+ 'auth_salt' => ''
|
|
|
];
|
|
|
|
|
|
public static function filter()
|