* fix empty state shifting when switching from loading to icon Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix static token setup misaligned Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add option to submit flow invisibly Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove lots of duplicate code and fix styling Signed-off-by: Jens Langhammer <jens@goauthentik.io> * put return button below submit button Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
# don't ever lint node_modules
|
|
node_modules
|
|
# don't lint build output (make sure it's set to your correct build folder name)
|
|
dist
|
|
# don't lint nyc coverage output
|
|
coverage
|
|
src/locale-codes.ts
|
|
storybook-static/
|
|
src/locales/**
|