mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-20 15:57:15 -04:00
Merge branch 'access' of github.com:gogits/gogs into dev
This commit is contained in:
commit
a6a2f59d1d
3 changed files with 54 additions and 85 deletions
|
@ -130,7 +130,6 @@ func extractTypeFromBase64Key(key string) (string, error) {
|
|||
|
||||
// Parse any key string in openssh or ssh2 format to clean openssh string (rfc4253)
|
||||
func ParseKeyString(content string) (string, error) {
|
||||
|
||||
// Transform all legal line endings to a single "\n"
|
||||
s := strings.Replace(strings.Replace(strings.TrimSpace(content), "\r\n", "\n", -1), "\r", "\n", -1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue