gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] 02/05: login input as password


From: gnunet
Subject: [taler-merchant-backoffice] 02/05: login input as password
Date: Tue, 07 Dec 2021 15:58:31 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant-backoffice.

commit 19767d7d2a97e15b61a9c87c2b30fec7a128fc94
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Dec 6 10:44:25 2021 -0300

    login input as password
---
 contrib/split-formatting-vs-content-in-commit.sh                | 3 +++
 packages/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
old mode 100644
new mode 100755
index 74d973e..af9c833
--- 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
index 928435f..fbe71c8 100644
--- 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) =>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]