modified src/lib/session.ts
@@ -7,6 +7,8 @@ interface Session {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -14,14 +16,11 @@ export async function authenticate(params: {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -36,7 +35,7 @@ export async function disconnect() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|