Farmbot-Web-App/app/views/dashboard/logout.html.erb

7 lines
137 B
Plaintext

<script>
localStorage.clear();
location.assign("/");
</script>
Redirecting to the <%= link_to "FarmBot Web App", front_page_url %>.