feat: Instant seamless transition to Teacher Studio Dashboard after onboarding

This commit is contained in:
Hamza-Ayed
2026-08-26 23:55:29 +03:00
parent fe66f05057
commit 1d78fe8cc1
2 changed files with 6 additions and 5 deletions
@@ -32,7 +32,7 @@ class TeacherController
$decryptedName = 'معلم جديد';
}
$isComplete = !empty($profile) && !empty($profile['specialization']) && $decryptedName !== 'معلم جديد';
$isComplete = !empty($profile) && !empty($profile['specialization']);
$response->json([
'status' => 'success',