merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 19767d7d2a97e15b61a9c87c2b30fec7a128fc94
parent 5260dcf943d76159ae38caff6cf4e12455a490a7
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon,  6 Dec 2021 10:44:25 -0300

login input as password

Diffstat:
Mcontrib/split-formatting-vs-content-in-commit.sh | 3+++
Mpackages/merchant-backoffice/src/components/exception/login.tsx | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/split-formatting-vs-content-in-commit.sh b/contrib/split-formatting-vs-content-in-commit.sh @@ -1,3 +1,6 @@ +#!/bin/bash +# This Makefile has been placed in the public domain. + FILES=$(git status --short --untracked-files=no --porcelain | colrm 1 3) git stash pnpx prettier $FILES -w diff --git a/packages/merchant-backoffice/src/components/exception/login.tsx b/packages/merchant-backoffice/src/components/exception/login.tsx @@ -102,7 +102,7 @@ export function LoginModal({ onConfirm, withMessage }: Props): VNode { <p class="control is-expanded"> <input class="input" - type="text" + type="password" placeholder={"set new access token"} name="token" onKeyPress={(e) =>