feat(frontend): Use betterAuth implementation from nuxthub-better-auth project
This commit is contained in:
@@ -6,7 +6,11 @@ export default defineNuxtConfig({
|
||||
public: {
|
||||
clientProxyBasePath: 'NOT_SET',
|
||||
serverApiBaseUrl: 'NOT_SET',
|
||||
serverApiBasePath: 'NOT_SET'
|
||||
serverApiBasePath: 'NOT_SET',
|
||||
auth: {
|
||||
redirectUserTo: '/',
|
||||
redirectGuestTo: '/login'
|
||||
}
|
||||
}
|
||||
},
|
||||
components: [
|
||||
|
||||
Reference in New Issue
Block a user