diff options
Diffstat (limited to 'src/login.rs')
| -rw-r--r-- | src/login.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/login.rs b/src/login.rs index a6ce76d..12fe76e 100644 --- a/src/login.rs +++ b/src/login.rs | |||
| @@ -81,5 +81,8 @@ pub fn launch(nsec: &Option<String>, password: &Option<String>) -> Result<nostr: | |||
| 81 | .to_bech32() | 81 | .to_bech32() |
| 82 | .context("public key should always produce bech32")? | 82 | .context("public key should always produce bech32")? |
| 83 | ); | 83 | ); |
| 84 | |||
| 85 | // fetching metdata | ||
| 86 | |||
| 84 | Ok(key) | 87 | Ok(key) |
| 85 | } | 88 | } |