Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Log sign-in error
Alexis Sellier committed 4 years ago
commit 29c55b51cd0328777af4c35d01b126899aa91172
parent 9072fe95bbd58a82176ce5ef02ecfa71423b2639
1 file changed +2 -1
modified src/SiweConnect.svelte
@@ -25,7 +25,8 @@
    connection = Connection.Connecting;
    try {
      await signInWithEthereum(seed, config);
-
    } catch {
+
    } catch (e) {
+
      console.error("Sign in", e);
      connection = Connection.Disconnected;
    }
  }}