feat(SW-360): Add signup verification route w. tracking for login

This commit is contained in:
Chuma McPhoy
2024-10-03 15:29:45 +02:00
parent 516f8555d5
commit 1f6fd4e980
17 changed files with 83 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
.container {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-top: var(--Spacing-x3);
}