web/flows: fix IdentificationStage's label not matching fields

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-12 18:49:50 +02:00
parent 00cbaaf672
commit 2e4e17adb7
2 changed files with 13 additions and 5 deletions

View File

@ -114,5 +114,13 @@ module.exports = {
editUrl: "https://github.com/goauthentik/authentik/edit/master/website/",
},
],
[
'@docusaurus/plugin-sitemap',
{
changefreq: 'weekly',
priority: 0.5,
trailingSlash: false,
},
],
],
};