test: uji coba webhook trigger impact to frontend login failed message
Employee App/pipeline/head This commit looks good
Details
Employee App/pipeline/head This commit looks good
Details
This commit is contained in:
parent
3cb374af92
commit
5936ca0d48
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>EMS APP</title>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ const doLogin = async () => {
|
|||
router.push('/dashboard');
|
||||
} catch (err){
|
||||
Swal.fire({
|
||||
title:'Login failed',
|
||||
title:'Waduh Login failed',
|
||||
text: err.response?.data?.msg || err.message,
|
||||
icon:'error',
|
||||
confirmButtonColor:'#0d47a1'
|
||||
|
|
|
|||
Loading…
Reference in New Issue