Skip to content
Snippets Groups Projects

Resolve "Authorized Applications spawns "mini-AlekSIS""

All threads resolved!
Files
13
@@ -19,6 +19,13 @@ const dateTimeFormats = {
minute: "numeric",
second: "numeric",
},
longNumeric: {
year: "numeric",
month: "numeric",
day: "numeric",
hour: "numeric",
minute: "numeric",
},
},
de: {
short: {
@@ -39,6 +46,13 @@ const dateTimeFormats = {
minute: "numeric",
second: "numeric",
},
longNumeric: {
year: "numeric",
month: "numeric",
day: "numeric",
hour: "numeric",
minute: "numeric",
},
},
};
Loading