Skip to content

Commit

Permalink
feat: output user
Browse files Browse the repository at this point in the history
  • Loading branch information
Scobiform committed Apr 17, 2024
1 parent facbfec commit e0e0b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ async def home():
if 'access_token' in session:
return '''
Logged in successfully! <br>
<a href="/logout">Logout</a>
<a href="/logout">Logout</a>'''+mastodon.me().username+'''
<br>
'''
return '<a href="/login">Login with Mastodon</a>'

Expand Down

0 comments on commit e0e0b9d

Please sign in to comment.