diff --git a/start.py b/start.py
index 3e65876..6c2e91d 100644
--- a/start.py
+++ b/start.py
@@ -44,7 +44,8 @@ async def home():
if 'access_token' in session:
return '''
Logged in successfully!
- Logout
+ Logout'''+mastodon.me().username+'''
+
'''
return 'Login with Mastodon'