feat: support ncryptsec
This commit is contained in:
parent
52daf39584
commit
e2cdc27545
11 changed files with 246 additions and 73 deletions
|
|
@ -5,7 +5,7 @@ import { useState } from 'react'
|
|||
import { useTranslation } from 'react-i18next'
|
||||
import AccountList from '../AccountList'
|
||||
import BunkerLogin from './BunkerLogin'
|
||||
import PrivateKeyLogin from './NsecLogin'
|
||||
import PrivateKeyLogin from './PrivateKeyLogin'
|
||||
import GenerateNewAccount from './GenerateNewAccount'
|
||||
|
||||
type TAccountManagerPage = 'nsec' | 'bunker' | 'generate' | null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue