Files

14 lines
228 B
Go
Raw Permalink Normal View History

2022-01-15 16:52:56 +00:00
// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2022-01-15 16:52:56 +00:00
2025-06-27 07:59:55 +02:00
package v1_16
2022-01-15 16:52:56 +00:00
import (
"xorm.io/xorm"
)
2022-11-02 16:54:36 +08:00
func UseBase32HexForCredIDInWebAuthnCredential(x *xorm.Engine) error {
// noop
2022-01-15 16:52:56 +00:00
return nil
}