Skip to content

Commit f72bbb9

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 938855e + 781e4d8 commit f72bbb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Postiz app is committed to ensuring the security and integrity of our users'
99
If you discover a security vulnerability in the Postiz app, please report it to us privately via email to one of the maintainers:
1010

1111
- @nevo-david
12-
- @egelhaus ([email](mailto:[email protected]))
12+
- @ennogelhaus ([email](mailto:[email protected]))
1313

1414
When reporting a security vulnerability, please provide as much detail as possible, including:
1515

apps/frontend/src/components/layout/logout.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const LogoutComponent = () => {
3434
return (
3535
<div className="text-red-400 cursor-pointer" onClick={logout}>
3636
{t('logout_from', 'Logout from')}
37-
{isGeneral ? 'Postiz' : 'Gitroom'}
37+
{isGeneral ? ' Postiz' : ' Gitroom'}
3838
</div>
3939
);
4040
};

0 commit comments

Comments
 (0)