feat: consistent styling and clipboard copy apikey

This commit is contained in:
Per Stark
2025-02-02 10:25:31 +01:00
parent 593e98e1e2
commit 632b30397a
13 changed files with 75 additions and 3704 deletions

View File

@@ -35,7 +35,6 @@ page_data!(KnowledgeBaseData, "knowledge/base.html", {
pub async fn show_knowledge_page(
State(state): State<AppState>,
auth: AuthSession<User, String, SessionSurrealPool<Any>, Surreal<Any>>,
session: Session<SessionSurrealPool<Any>>,
) -> Result<impl IntoResponse, HtmlError> {
// Early return if the user is not authenticated
let user = match auth.current_user {