mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 05:17:30 -07:00
0cfa6863d5
* Simpler forgot password functionality (Server/Client)
10 lines
215 B
Protocol Buffer
10 lines
215 B
Protocol Buffer
syntax = "proto2";
|
|
import "response.proto";
|
|
|
|
message Response_ForgotPasswordRequest {
|
|
extend Response {
|
|
optional Response_ForgotPasswordRequest ext = 1016;
|
|
}
|
|
optional bool challenge_email = 1;
|
|
}
|