Skip to content

Feature/http logging#53

Draft
abbytec wants to merge 6 commits into
mainfrom
feature/http-logging
Draft

Feature/http logging#53
abbytec wants to merge 6 commits into
mainfrom
feature/http-logging

Conversation

@abbytec
Copy link
Copy Markdown
Owner

@abbytec abbytec commented May 13, 2026

No description provided.

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
E Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

setUsernameStatus("checking");

const res = await fetch(`${API_BASE}/api/identity/users/username/${encodeURIComponent(username)}`, {
const res = await fetch(
setUsernameStatus("checking");

const res = await fetch(`${API_BASE}/api/identity/users/username/${encodeURIComponent(username)}`, {
const res = await fetch(`${API_BASE}/api/identity/users/username/${encodeURIComponent(username)}/exists`, {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants