team join with link and member admin

This commit is contained in:
Michael Dausmann
2023-04-09 00:41:46 +10:00
parent b4b20e4260
commit 4d288c7468
15 changed files with 238 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
import { protectedProcedure, router } from '../trpc'
import { publicProcedure, router } from '../trpc'
export const authRouter = router({
getDBUser: protectedProcedure
getDBUser: publicProcedure
.query(({ ctx }) => {
return {
dbUser: ctx.dbUser,