mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 14:37:34 +00:00
fix(login): url safe encoding base64 (#5983)
* url safe encoding base64 * js rm export * fix: publish docker image * rm releaserc --------- Co-authored-by: Elio Bischof <eliobischof@gmail.com> Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
module.exports = {
|
||||
branches: [
|
||||
{ name: 'main' },
|
||||
{ name: 'next' },
|
||||
],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer"
|
||||
]
|
||||
branches: [{ name: "main" }, { name: "next" }],
|
||||
plugins: ["@semantic-release/commit-analyzer"],
|
||||
};
|
||||
|
Reference in New Issue
Block a user