feat: Instant seamless transition to Teacher Studio Dashboard after onboarding
This commit is contained in:
@@ -32,7 +32,7 @@ class TeacherController
|
||||
$decryptedName = 'معلم جديد';
|
||||
}
|
||||
|
||||
$isComplete = !empty($profile) && !empty($profile['specialization']) && $decryptedName !== 'معلم جديد';
|
||||
$isComplete = !empty($profile) && !empty($profile['specialization']);
|
||||
|
||||
$response->json([
|
||||
'status' => 'success',
|
||||
|
||||
Reference in New Issue
Block a user