first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit b9410dc5f1 - Show all commits

View File

@ -57,11 +57,6 @@
// }
</script>
<button
on:click={() => {
$store.isLoggedIn = true;
}}>login</button>
<!-- -->
<Route>
{#if $router.path === '/forgot_password'}
<Route path="/forgot_password">

View File

@ -20,7 +20,6 @@
OpenAPI.TOKEN = value.access_token;
const jwtinfo = JSON.parse(atob(OpenAPI.TOKEN.split(".")[1]));
store.login(value.access_token, jwtinfo);
location.replace("/");
Toastify({
text: $_("welcome_wavinghand"),
duration: 500,