Skip to content

Feature: Add multi factor authentication #4345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed whitespace
  • Loading branch information
badkeyy committed Jan 9, 2025
commit 8fb9d9fec66f8cb9dd38b414ad1685e76670dd4e
2 changes: 1 addition & 1 deletion backend/models/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Certificate extends Model {

static get relationMappings () {
const ProxyHost = require('./proxy_host');
const User = require('./user');
const User = require('./user');
return {
owner: {
relation: Model.HasOneRelation,
Expand Down