mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 03:57:01 +02:00
10 lines
299 B
JavaScript
10 lines
299 B
JavaScript
export const SHAMIR_FORM = {
|
|
input: '[data-test-shamir-key-input]',
|
|
inputLabel: '[data-test-shamir-key-label]',
|
|
submitButton: '[data-test-shamir-submit]',
|
|
otpInfo: '[data-test-otp-info]',
|
|
otpCode: '[data-test-otp]',
|
|
progress: '.shamir-progress',
|
|
error: '[data-test-message-error]',
|
|
};
|