Wikimedia

[VideoCutTool] Change the landing page desc in tool's back-end

Change the desc of landing page of video-cut-tool-back-end

Live here: https://tools.wmflabs.org/video-cut-tool-back-end/

In the back-end there is no need to login as this is not used here, so lets remove it.

Task:

Remove the following code

<% if(user) { %>
  Greetings, <%= user.displayName %>! <a href="<%= url %>/logout">Click to logout</a>
<% } else { %>
  <a href="<%= url %>http://localhost:4000/video-cut-tool-back-end/login">Click here to login</a>
<% } %>

then make a PR (pull request) to the same repo.

Code changes have to be done some where here

Task tags

  • ejs

Students who completed this task

Crutishnyk

Task type

  • code Code
close

2019