@@ -149,9 +149,8 @@ void checkPassword(shellmatta_handle_t handle, uint32_t userId, char *password)
else
{
shellmatta_write(handle, "login successful\r\n", 18);
+ (void)shellmatta_auth_login(handle, approvedUserId);
}
-
- (void)shellmatta_auth_login(handle, approvedUserId);
/**