Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: adjust styling to meet our standards (goauthentik#10277)
* core: adjust styling to meet our standards * Fix version correspondence bug in website (goauthentik#10278) web: update lockfile to correspond to package.json, enabling npm-ci Looks like someone updated `package.json` to have the latest version of Typescript, but failed to update `package-lock.json` to get that version into the cache. `npm ci` won't work if the versions in the two files don't correspond, as that means, well, exactly that: no one has checked that the versioning is correct. The actual diff to `package-lock.json` is small enough it can be verified by eye, and it's fine.
- Loading branch information