You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Differential accounts-entry package in my app.
I want to display logo(image) in signIn page.I am changing the path in entry.coffee file at AccountsEntry =
settings:
wrapLinks: true
logo:'/images/logo.png' // this is my image path that is in public/images.
homeRoute: '/'
Even I tried the logo path as /packages/My_Package/public/images/logo.png
I also tries to give the image hardcoded by using image tag( ), but all attempts fail.
Help to solve this problem by telling where I am going wrong.
The text was updated successfully, but these errors were encountered:
I am using Differential accounts-entry package in my app.
I want to display logo(image) in signIn page.I am changing the path in entry.coffee file at AccountsEntry =
settings:
wrapLinks: true
logo:'/images/logo.png' // this is my image path that is in public/images.
homeRoute: '/'
Even I tried the logo path as /packages/My_Package/public/images/logo.png
I also tries to give the image hardcoded by using image tag( ), but all attempts fail.
Help to solve this problem by telling where I am going wrong.
The text was updated successfully, but these errors were encountered: