tapis-project / authenticator

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

fix: missing body tags, put in one template #44

Closed wesleyboar closed 10 months ago

wesleyboar commented 10 months ago

Overview

Several pages (re-designed with login form style) are missing closing body tag.

This fixes that by putting open and close body tag in one template.

Related

Testing

  1. Open all affected pages.
  2. Verify each has <body> (before all content) and </body> (after all content).

UI

Skipped. I have not set up a test env. yet. Sorry.