update nextjs to 15

This commit is contained in:
Max Peintner
2024-11-22 11:25:03 +01:00
parent 19c310f83b
commit 837cd4f674
37 changed files with 775 additions and 547 deletions

View File

@@ -2,7 +2,15 @@
{
"service": "zitadel.settings.v2.SettingsService",
"method": "GetBrandingSettings",
"out": {}
"out": {
"data": {
"settings": {
"darkTheme": {
"backgroundColor": "#ff0000"
}
}
}
}
},
{
"service": "zitadel.settings.v2.SettingsService",
@@ -46,19 +54,5 @@
}
}
}
},
{
"service": "zitadel.settings.v2.SettingsService",
"method": "GetLoginSettings",
"out": {
"data": {
"settings": {
"allowRegister": true,
"passkeysType": 1,
"allowUsernamePassword": true,
"defaultRedirectUri": ""
}
}
}
}
]