diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-08-16 14:45:10 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-08-16 14:45:10 +0700 |
| commit | ba157d5e0cd30ae2ed13edba051038c2c7bb1a1f (patch) | |
| tree | dcba7e93ee40382180ee1c16790ee2b2258d7b45 /src/lib/auth/components/SwitchAccount.jsx | |
| parent | 1085602ad84e73692e3ab8b9141c5f61381a8cea (diff) | |
fix
Diffstat (limited to 'src/lib/auth/components/SwitchAccount.jsx')
| -rw-r--r-- | src/lib/auth/components/SwitchAccount.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx index 80bc584f..fc2ac941 100644 --- a/src/lib/auth/components/SwitchAccount.jsx +++ b/src/lib/auth/components/SwitchAccount.jsx @@ -161,12 +161,12 @@ const SwitchAccount = ({ company_type }) => { window.location.reload(); }, 1500); } else { - toast.error('Gagal mengubah akun. Silakan coba lagi nanti.'); + toast.error('Gagal mengubah akun. Silakan coba lagi nanti. Jika kendala masih berlanjut, silakan hubungi admin.'); setIsLoadingPopup(false); } } catch (error) { console.error(error); - toast.error('Terjadi kesalahan saat menghubungi server.'); + toast.error('Terjadi kesalahan saat menghubungi server. Periksa koneksi internet Anda, dan jika kendala masih berlanjut, silakan hubungi admin.'); setIsLoadingPopup(false); } }; |
