mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -65,10 +65,6 @@ class ConfigController extends Controller | ||||
|                 ], | ||||
|                 'tutorial' => [ | ||||
|                     'apple_id' => config('v2board.apple_id') | ||||
|                 ], | ||||
|                 'lab' => [ | ||||
|                     'auth_type' => (int)config('v2board.auth_type', 1), | ||||
|                     'auth_salt' => config('v2board.auth_salt') | ||||
|                 ] | ||||
|             ] | ||||
|         ]); | ||||
|   | ||||
| @@ -47,10 +47,7 @@ class ConfigSave extends FormRequest | ||||
|         'frontend_background_url' => 'nullable|url', | ||||
|         // tutorial | ||||
|         'apple_id' => 'email', | ||||
|         'apple_id_password' => '', | ||||
|         // lab | ||||
|         'auth_type' => 'in:1,2', | ||||
|         'auth_salt' => '' | ||||
|         'apple_id_password' => '' | ||||
|     ]; | ||||
|  | ||||
|     public static function filter() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user