do not reveal username since they are kind of secret now

This commit is contained in:
Andrej Karpathy 2021-11-26 17:11:19 -08:00
parent 5b5b503a93
commit c3161b2a49

View File

@ -19,7 +19,7 @@
<div id="header">
<a href="/">arxiv-sanity</a>
<a href="/profile" id="login-link">
{{ user if user else 'login' }}
{{ 'profile' if user else 'login' }}
</a>
</div>