fix: remove success notifications and parse map coordinates safely
This commit is contained in:
@@ -377,8 +377,6 @@ export const LandingPage: React.FC<LandingPageProps> = ({
|
||||
throw new Error(errorData.message || 'Tải ảnh thất bại.');
|
||||
}
|
||||
|
||||
notify({ title: 'Thành công!', message: 'Ảnh của bạn đã được tải lên.', type: 'success' });
|
||||
|
||||
// Xóa pendingInviteToken và parameter token khỏi URL để tránh tự động chuyển sang JoinTourPage
|
||||
localStorage.removeItem('pendingInviteToken');
|
||||
const url = new URL(window.location.href);
|
||||
|
||||
Reference in New Issue
Block a user