Skip to content

Commit

Permalink
Add glider page: Fix redirect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed May 25, 2024
1 parent bc1703a commit 4210408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/gliders/add/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import GliderForm from '../GliderForm.svelte';
onMount(() => {
requireLogin($loginState, '/flights/add/');
requireLogin($loginState, '/gliders/add/');
});
</script>

Expand Down

0 comments on commit 4210408

Please sign in to comment.