Merge branch '14-create-login-signup-page' into 'main'

Create login and signup pages

Closes #14

See merge request libretunes/libretunes!10
This commit is contained in:
2024-02-29 20:47:16 -05:00
11 changed files with 533 additions and 1 deletions

View File

@ -22,7 +22,10 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
"BsPlayFill",
"BsPauseFill",
"BsSkipStartFill",
"BsSkipEndFill"
"BsSkipEndFill",
"IoReturnUpBackSharp",
"AiEyeFilled",
"AiEyeInvisibleFilled"
] }
dotenv = { version = "0.15.0", optional = true }
diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional = true }