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:
@ -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 }
|
||||
|
Reference in New Issue
Block a user