Cookie creation and error handling
This commit is contained in:
parent
985b94b109
commit
16af21123b
7 changed files with 149 additions and 25 deletions
3
frontend/svelte/src/models/PomeloUtils.ts
Normal file
3
frontend/svelte/src/models/PomeloUtils.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function capitalizeFirstLetter(str: string) {
|
||||
return str.charAt(0).toUpperCase() + str.slice(1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue