mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add option to always unlock the premium version
This commit is contained in:
+2
-1
@@ -51,7 +51,8 @@ export const createParentRouter = ({ database, websocket }: {database: Database,
|
||||
res.json({
|
||||
status,
|
||||
mail,
|
||||
canCreateFamily: !config.disableSignup
|
||||
canCreateFamily: !config.disableSignup,
|
||||
alwaysPro: config.alwaysPro
|
||||
})
|
||||
} catch (ex) {
|
||||
next(ex)
|
||||
|
||||
Reference in New Issue
Block a user