aboutsummaryrefslogtreecommitdiff
path: root/app/src/components/Signup.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/components/Signup.tsx')
-rw-r--r--app/src/components/Signup.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/components/Signup.tsx b/app/src/components/Signup.tsx
index 293b51a..547fa9e 100644
--- a/app/src/components/Signup.tsx
+++ b/app/src/components/Signup.tsx
@@ -5,6 +5,8 @@ import { useNavigate } from 'react-router-dom';
import axios from 'axios';
function Signup() {
+ document.title = 'LinkLogger | Signup'
+
const [username, setUsername] = useState('');
const [password, setPassword] = useState('');
const [passwordConfirm, setPasswordConfirm] = useState('');