mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
Add payerName to provider.
This commit is contained in:
@ -337,6 +337,8 @@ export function showMessage(type, text) {
|
||||
message.success(text);
|
||||
} else if (type === "error") {
|
||||
message.error(text);
|
||||
} else if (type === "info") {
|
||||
message.info(text);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user