mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 09:41:31 +03:00
Lint
Signed-off-by: Resynth <resynth1943@tutanota.com>
This commit is contained in:
parent
e33f4ba9c0
commit
ae29168e07
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
Copyright 2017 Vector Creations Ltd
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -23,7 +23,7 @@ type IProps = Exclude<
|
|||
"title" | "danger" | "description"
|
||||
>;
|
||||
|
||||
export default function AccessTokenDialog (props: IProps) {
|
||||
export default function AccessTokenDialog(props: IProps) {
|
||||
return (
|
||||
<QuestionDialog
|
||||
{...props}
|
||||
|
@ -32,7 +32,7 @@ export default function AccessTokenDialog (props: IProps) {
|
|||
description={_t(
|
||||
"Do not reveal your Access Token to anyone, under any circumstances. " +
|
||||
"Sharing your Access Token with someone would allow them to login to " +
|
||||
"your account, and access your private information."
|
||||
"your account, and access your private information.",
|
||||
)}
|
||||
></QuestionDialog>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue