mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
allow access token in resource url
This commit is contained in:
parent
eade4f5d85
commit
a2c67b26bd
10 changed files with 226 additions and 55 deletions
|
@ -69,6 +69,8 @@ export async function setupServerAdmin() {
|
|||
|
||||
const userId = generateId(15);
|
||||
|
||||
await trx.update(users).set({ serverAdmin: false });
|
||||
|
||||
await db.insert(users).values({
|
||||
userId: userId,
|
||||
email: email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue