mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
(refs #341) Sets default value.
This commit is contained in:
@@ -17,7 +17,7 @@ trait SshKeyComponent { self: Profile =>
|
||||
|
||||
case class SshKey(
|
||||
userName: String,
|
||||
sshKeyId: Int,
|
||||
sshKeyId: Int = 0,
|
||||
title: String,
|
||||
publicKey: String
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user