Embed avatar initials font path and relocate it

This commit is contained in:
Mumbi Francis
2023-03-29 12:28:08 +03:00
committed by Mumbi Francis
parent ba8009125e
commit 3707f7edae
9 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func TestMain(m *testing.M) {
app.Opt.ActionLog.WorkflowFunctionsEnabled = true
defStore = app.Store
eventbus.Set(eventBus)
app.Opt.Attachment.AvatarInitialsFontPath = "../../auth/assets/public/fonts/poppins/Poppins-Regular.ttf"
return nil
})