Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m11s
Add copyright notice / copyright_notice (pull_request) Successful in 1m30s
Playwright Tests / test (pull_request) Successful in 3m38s

This commit is contained in:
Manuel Bustillo 2024-12-01 15:33:24 +00:00
parent 9b3443addf
commit 989820e41b
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { getCsrfToken } from '@/app/lib/utils'; import { getCsrfToken } from '@/app/lib/utils';
export function login({ email, password, onLogin }: { email: string, password: string, onLogin: () => void }) { export function login({ email, password, onLogin }: { email: string, password: string, onLogin: () => void }) {

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client'; 'use client';
import { FloatLabel } from 'primereact/floatlabel'; import { FloatLabel } from 'primereact/floatlabel';