api, frontend: restrict profile updates to commento provider
This commit is contained in:
@@ -314,7 +314,9 @@
|
||||
append(loggedInAs, name);
|
||||
append(loggedContainer, loggedInAs);
|
||||
append(loggedContainer, logoutButton);
|
||||
append(loggedContainer, profileEditButton);
|
||||
if (commenter.provider === "commento") {
|
||||
append(loggedContainer, profileEditButton);
|
||||
}
|
||||
append(loggedContainer, notificationSettingsButton);
|
||||
prepend(root, loggedContainer);
|
||||
|
||||
|
Reference in New Issue
Block a user