Improved auth and logging

This commit is contained in:
2017-06-15 15:50:39 +02:00
parent a6a3609ab7
commit c858a58123
7 changed files with 73 additions and 39 deletions

View File

@ -1,6 +1,6 @@
component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, threads []*arn.Thread)
.profile
img.profile-cover(src=viewUser.CoverImageURL())
img.profile-cover(src=viewUser.CoverImageURL(), alt="Cover image")
.image-container
ProfileImage(viewUser)