|
|
@ -86,7 +86,9 @@ struct RecoveryPasswordScreen: View {
|
|
|
|
|
|
|
|
|
|
|
|
ZStack(alignment: .center) {
|
|
|
|
ZStack(alignment: .center) {
|
|
|
|
Button {
|
|
|
|
Button {
|
|
|
|
self.showQRCode.toggle()
|
|
|
|
withAnimation(.spring()) {
|
|
|
|
|
|
|
|
self.showQRCode.toggle()
|
|
|
|
|
|
|
|
}
|
|
|
|
} label: {
|
|
|
|
} label: {
|
|
|
|
Text("recoveryPasswordView".localized())
|
|
|
|
Text("recoveryPasswordView".localized())
|
|
|
|
.bold()
|
|
|
|
.bold()
|
|
|
@ -160,7 +162,9 @@ struct RecoveryPasswordScreen: View {
|
|
|
|
Spacer(minLength: Values.veryLargeSpacing)
|
|
|
|
Spacer(minLength: Values.veryLargeSpacing)
|
|
|
|
|
|
|
|
|
|
|
|
Button {
|
|
|
|
Button {
|
|
|
|
self.showQRCode.toggle()
|
|
|
|
withAnimation(.spring()) {
|
|
|
|
|
|
|
|
self.showQRCode.toggle()
|
|
|
|
|
|
|
|
}
|
|
|
|
} label: {
|
|
|
|
} label: {
|
|
|
|
Text("qrView".localized())
|
|
|
|
Text("qrView".localized())
|
|
|
|
.bold()
|
|
|
|
.bold()
|
|
|
|