Skip to content

Commit

Permalink
Merge pull request #66 from taronaeo/chore/force-workflow-redeploy
Browse files Browse the repository at this point in the history
chore(global): force workflow redeploy
  • Loading branch information
taronaeo authored Feb 12, 2024
2 parents f377ffe + c7ac4c9 commit c407fd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/backend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<script lang="ts">
import { goto } from '$app/navigation';
$: goto('/authentication/login');
</script>

<svelte:head>
<title>Armadillo Project</title>
</svelte:head>
Expand Down

0 comments on commit c407fd2

Please sign in to comment.