We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d1b9c commit 6f0ab53Copy full SHA for 6f0ab53
src/Wiki/sitemaplinks.html
@@ -242,7 +242,7 @@ <h3>${wiki.title}</h3>
242
243
// Check if user is the owner or admin
244
const isOwnerOrAdmin = (owner) => {
245
- return owner === username || username === "krxzy_krxzy" || username === "myscratchedaccount" || username === "mcgdj";
+ return owner === username || username === "kRxZy_kRxZy" || username === "MyScratchedAccount" || username === "mcgdj";
246
};
247
248
// Create a new wiki
0 commit comments