mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
Fetch banner.txt from public URL instead of config (#1216)
This commit is contained in:
parent
e1d096ba1d
commit
0264e9a420
14 changed files with 161 additions and 87 deletions
|
@ -10,11 +10,6 @@ declare namespace Cypress {
|
|||
}
|
||||
}
|
||||
|
||||
export const banner = {
|
||||
text: 'This is the mock banner call',
|
||||
timestamp: '2020-05-22T20:46:08.962Z'
|
||||
}
|
||||
|
||||
export const branding = {
|
||||
name: 'DEMO Corp',
|
||||
logo: '/mock-backend/public/img/demo.png'
|
||||
|
@ -38,7 +33,6 @@ export const config = {
|
|||
allowAnonymous: true,
|
||||
authProviders: authProviders,
|
||||
branding: branding,
|
||||
banner: banner,
|
||||
customAuthNames: {
|
||||
ldap: 'FooBar',
|
||||
oauth2: 'Olaf2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue