feat(db/userstore): add avatar, email, bgColor to user profile
This commit is contained in:
parent
5f31cfc867
commit
817ced61de
14 changed files with 69 additions and 110 deletions
|
@ -79,10 +79,11 @@ func TestSettingsHandlers(t *testing.T) {
|
|||
SiteName: "quickshare",
|
||||
SiteDesc: "quickshare",
|
||||
Bg: &sitestore.BgConfig{
|
||||
Url: "",
|
||||
Repeat: "",
|
||||
Position: "",
|
||||
Align: "",
|
||||
Url: "url",
|
||||
Repeat: "repeat",
|
||||
Position: "center",
|
||||
Align: "fixed",
|
||||
BgColor: "#ccc",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue