diff --git a/api/commenter_update.go b/api/commenter_update.go index f86f2b7..3446995 100644 --- a/api/commenter_update.go +++ b/api/commenter_update.go @@ -5,7 +5,7 @@ import ( ) func commenterUpdate(commenterHex string, email string, name string, link string, photo string, provider string) error { - if email == "" || name == "" || link == "" || photo == "" || provider == "" { + if email == "" || name == "" || photo == "" || provider == "" { return errorMissingField } diff --git a/frontend/profile.html b/frontend/profile.html index 206136f..672211f 100644 --- a/frontend/profile.html +++ b/frontend/profile.html @@ -42,7 +42,7 @@