Update Add user hospital portal
This commit is contained in:
@@ -25,7 +25,8 @@ import axios from './axios';
|
||||
// }, timeLeft);
|
||||
// };
|
||||
|
||||
let expiredCookie = '12 * 60';
|
||||
// let expiredCookie = 1/24/60; 1 menit
|
||||
let expiredCookie = 12/24; //12 jam
|
||||
|
||||
const setCookie = (name:any, value:any, days:any) => {
|
||||
let expires = "";
|
||||
|
||||
Reference in New Issue
Block a user