diff --git a/src/services/juxt-web/routes/admin/home.js b/src/services/juxt-web/routes/admin/home.js index 8f5b668..899c220 100644 --- a/src/services/juxt-web/routes/admin/home.js +++ b/src/services/juxt-web/routes/admin/home.js @@ -638,7 +638,7 @@ router.post('/login', upload.none(), function (req, res) { let password_hash = await util.data.nintendoPasswordHash(password, user.pid); await request.post({ - url: "http://" + config.account_server_domain + "/v1/api/oauth20/access_token/generate", + url: "https://" + config.account_server_domain + "/v1/api/oauth20/access_token/generate", headers: { 'X-Nintendo-Client-ID': config["X-Nintendo-Client-ID"], 'X-Nintendo-Client-Secret': config["X-Nintendo-Client-Secret"], diff --git a/src/webfiles/portal/announcements.ejs b/src/webfiles/portal/announcements.ejs index 42c0253..86fc270 100644 --- a/src/webfiles/portal/announcements.ejs +++ b/src/webfiles/portal/announcements.ejs @@ -46,10 +46,10 @@ <% newPosts.forEach(function(post) { %>
<%if(post.verified) {%> - + <%} else {%> - + <%}%>

<%= post.screen_name %>

diff --git a/src/webfiles/portal/community.ejs b/src/webfiles/portal/community.ejs index f093735..3016c87 100644 --- a/src/webfiles/portal/community.ejs +++ b/src/webfiles/portal/community.ejs @@ -39,7 +39,7 @@ - + @@ -201,10 +201,10 @@ <% newPosts.forEach(function(post) { %>
<%if(post.verified) {%> - + <%} else {%> - + <%}%>

<%= post.screen_name %>

diff --git a/src/webfiles/portal/community_posts.ejs b/src/webfiles/portal/community_posts.ejs index ac59941..14125e7 100644 --- a/src/webfiles/portal/community_posts.ejs +++ b/src/webfiles/portal/community_posts.ejs @@ -16,10 +16,10 @@ <% newPosts.forEach(function(post) { %>