mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-30 17:02:04 +08:00 
			
		
		
		
	fix: tutorial apple id not null
This commit is contained in:
		| @@ -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' => '', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user