diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-22 19:28:25 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-22 19:28:25 -0500 |
commit | aabde2b401e725090232f203f23152ee1d50d566 (patch) | |
tree | 6c1da614bf7f1ce78b00dde5846338d42fc29012 /src/state/lib/auth.ts | |
parent | 5193a5b48e66db37e6a27ebcec13b6312ae08799 (diff) | |
download | voidsky-aabde2b401e725090232f203f23152ee1d50d566.tar.zst |
Replace mock-api with real api
Diffstat (limited to 'src/state/lib/auth.ts')
-rw-r--r-- | src/state/lib/auth.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/state/lib/auth.ts b/src/state/lib/auth.ts index d758745ed..d51ba449e 100644 --- a/src/state/lib/auth.ts +++ b/src/state/lib/auth.ts @@ -1,4 +1,5 @@ -import * as auth from '@adxp/auth' +export {} // TODO +/*import * as auth from '@adxp/auth' import * as ucan from 'ucans' import { getInitialURL, @@ -114,3 +115,4 @@ export class ReactNativeStore extends auth.AuthStore { this.ucanStore = await ucan.Store.fromTokens([]) } } +*/ |