export function logoutUser()

in webapp/src/utils/auth.js [17:19]


export function logoutUser() {
  clearAuthToken()
}