Fixing forget password link in login (#4526)

* Fixing forget password link in login

* Showing heap info

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
Leo Giovanetti
2022-09-16 15:27:44 +00:00
committed by GitHub
co-authored by Bailey Pumfleet
parent 96aaa36751
commit cf7b7d7d3d
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -8,6 +8,8 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
NODE_OPTIONS: "--max-old-space-size=8192"
jobs:
check-types:
runs-on: ubuntu-latest
@@ -20,8 +22,13 @@ jobs:
- name: Use Node 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- name: Show info
run: node -e "console.log(require('v8').getHeapStatistics())"
- run: yarn --frozen-lockfile
- run: yarn type-check
+1 -1
View File
@@ -140,7 +140,7 @@ export default function Login({
{...form.register("email")}
/>
<div className="relative">
<div className="absolute right-0 -top-[6px]">
<div className="absolute right-0 -top-[6px] z-10">
<Link href="/auth/forgot-password">
<a tabIndex={-1} className="text-sm font-medium text-gray-600">
{t("forgot")}