diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-07-05 06:53:29 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-07-05 06:53:29 +0000 |
| commit | af4a26b5882807d834c8fcfdf5d10121f63d18d5 (patch) | |
| tree | 6b56d027f3231c0a7c5a18cee1ebd6d010cd7e66 /src/App.vue | |
| parent | acc3b083aa46aa9c165578380b16ef86e6fb596b (diff) | |
| parent | 9cac5d94dd78ea331254307871e876da7e266a6f (diff) | |
Merge branch 'feat/allow-use-without-cookies' into 'develop'
Fix #815: Allow use without cookies, Add a global notice popup system
Closes #815
See merge request pleroma/pleroma-fe!1166
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index 7b9ad3dc..03b632ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -128,6 +128,7 @@ <PostStatusModal /> <SettingsModal /> <portal-target name="modal" /> + <GlobalNoticeList /> </div> </template> |
