summaryrefslogtreecommitdiff
path: root/web-ui/src/common/logout/logout.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/common/logout/logout.js')
-rw-r--r--web-ui/src/common/logout/logout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/common/logout/logout.js b/web-ui/src/common/logout/logout.js
index 12db1067..c4c98b0c 100644
--- a/web-ui/src/common/logout/logout.js
+++ b/web-ui/src/common/logout/logout.js
@@ -34,7 +34,7 @@ export class Logout extends React.Component {
<div className='logout-container'>
<form id='logout-form' method='POST' action='logout'>
<input type='hidden' name='csrftoken' value={this.state.csrf_token} />
- <SubmitFlatButton buttonText={t('logout')} fontIconClass='fa fa-sign-out' />
+ <SubmitFlatButton name="logout" buttonText={t('logout')} fontIconClass='fa fa-sign-out' />
</form>
</div>
);