mid
This commit is contained in:
@@ -223,15 +223,16 @@ export const SubLayout = () => {
|
||||
const handleLogin = useCallback(async () => {
|
||||
let userParmas;
|
||||
if(!isNativeEnvironment){
|
||||
/*
|
||||
userParmas = {
|
||||
id: 'nictest00',
|
||||
password: 'nictest00'
|
||||
};
|
||||
|
||||
// userParmas = {
|
||||
// id: 'medi9332',
|
||||
// password: 'medi9332'
|
||||
// };
|
||||
*/
|
||||
userParmas = {
|
||||
id: 'woowahan5',
|
||||
password: 'nictest00'
|
||||
};
|
||||
|
||||
}
|
||||
callLogin(userParmas).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user