async function checkConfirmation() {
  const response = await axios.get('/api/v1/emails/check_confirmation');

  if (response.data) {
    window.location.href = '/start';