Files
Atay-Makhzan/models/migrations/v208.go
T

15 lines
305 B
Go
Raw Normal View History

2022-01-15 16:52:56 +00:00
// Copyright 2021 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package migrations
import (
"xorm.io/xorm"
)
func useBase32HexForCredIDInWebAuthnCredential(x *xorm.Engine) error {
// noop
2022-01-15 16:52:56 +00:00
return nil
}