mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
feat(credential): rename AdbWebCryptoCredentialManager
This commit is contained in:
parent
ae211c3c3f
commit
755061ef18
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ export namespace TangoNodeStorage {
|
|||
|
||||
// Re-export everything except Web-only storages
|
||||
export {
|
||||
AdbWebCryptoCredentialStore,
|
||||
AdbWebCryptoCredentialManager,
|
||||
TangoPasswordProtectedStorage,
|
||||
TangoPrfStorage,
|
||||
} from "@yume-chan/adb-credential-web";
|
||||
|
|
|
@ -7,7 +7,7 @@ import { rsaParsePrivateKey } from "@yume-chan/adb";
|
|||
|
||||
import type { TangoKeyStorage } from "./storage/index.js";
|
||||
|
||||
export class AdbWebCryptoCredentialStore implements AdbCredentialStore {
|
||||
export class AdbWebCryptoCredentialManager implements AdbCredentialStore {
|
||||
readonly #storage: TangoKeyStorage;
|
||||
|
||||
readonly #name: string | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue