Commit 32664664 authored by 우지원's avatar 우지원
Browse files

e

parent f1611990
...@@ -2,8 +2,6 @@ import axios from 'axios' ...@@ -2,8 +2,6 @@ import axios from 'axios'
export function handleLogin(userId) { export function handleLogin(userId) {
localStorage.setItem("user", userId) localStorage.setItem("user", userId)
const roomId = '1234567890'
localStorage.setItem("room", roomId)
} }
export async function handleLogout() { export async function handleLogout() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment