UserProfile #1

Merged
phoenix merged 30 commits from user_profile into main 2026-05-27 22:59:45 -04:00
Showing only changes of commit 9565259dc1 - Show all commits
+1 -4
View File
@@ -7,10 +7,7 @@ import (
) )
func TestInitUserProfile(t *testing.T) { func TestInitUserProfile(t *testing.T) {
usr := User{} usr := User{Username: "Bob", PhoneNumber: "+12224572351", Password: "TheNight!"}
usr.Username = "Bob"
usr.PhoneNumber = "+12224572351"
usr.Password = "TheNight!"
profile, done := InitUserProfile(&usr) profile, done := InitUserProfile(&usr)