Spaces:
Running
Running
File size: 236 Bytes
5c05829 | 1 2 3 4 5 6 7 8 9 | import { GoTrueClient } from '@supabase/gotrue-js'
import { SupabaseAuthClientOptions } from './types'
export class SupabaseAuthClient extends GoTrueClient {
constructor(options: SupabaseAuthClientOptions) {
super(options)
}
}
|