gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: don't show login if query to


From: gnunet
Subject: [taler-wallet-core] branch master updated: don't show login if query to management instances returns 200
Date: Tue, 14 Nov 2023 15:54:50 +0100

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

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 9b38047b4 don't show login if query to management instances returns 200
9b38047b4 is described below

commit 9b38047b40bca3bb4825e33b1f737a9bc98ab2f6
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Nov 14 11:54:44 2023 -0300

    don't show login if query to management instances returns 200
---
 packages/merchant-backoffice-ui/src/ApplicationReadyRoutes.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/merchant-backoffice-ui/src/ApplicationReadyRoutes.tsx 
b/packages/merchant-backoffice-ui/src/ApplicationReadyRoutes.tsx
index 55accd989..47177e97e 100644
--- a/packages/merchant-backoffice-ui/src/ApplicationReadyRoutes.tsx
+++ b/packages/merchant-backoffice-ui/src/ApplicationReadyRoutes.tsx
@@ -66,7 +66,7 @@ export function ApplicationReadyRoutes(): VNode {
     && result.type === ErrorType.CLIENT
     && result.status === HttpStatusCode.Unauthorized;
 
-  if (!alreadyTriedLogin) {
+  if (!alreadyTriedLogin && !result.ok) {
     return (
       <Fragment>
         <NotConnectedAppMenu title="Welcome!" />

-- 
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]