first-commit
This commit is contained in:
13
models/migrations/v1_16/v208.go
Normal file
13
models/migrations/v1_16/v208.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright 2021 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package v1_16
|
||||
|
||||
import (
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
func UseBase32HexForCredIDInWebAuthnCredential(x *xorm.Engine) error {
|
||||
// noop
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user