mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
list roles, make sidebar component, responsive mobile settings menu selector
This commit is contained in:
@@ -79,6 +79,7 @@ export async function createSite(
|
||||
subnet,
|
||||
})
|
||||
.returning();
|
||||
|
||||
const adminRole = await db
|
||||
.select()
|
||||
.from(roles)
|
||||
@@ -104,7 +105,7 @@ export async function createSite(
|
||||
});
|
||||
}
|
||||
|
||||
// Add the peer to the exit node
|
||||
// add the peer to the exit node
|
||||
await addPeer(exitNodeId, {
|
||||
publicKey: pubKey,
|
||||
allowedIps: [],
|
||||
|
||||
Reference in New Issue
Block a user